| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | GlobalMerge.cpp | 161 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 166 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, 221 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument 226 Globals, [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) { in doMerge() 234 BitVector AllGlobals(Globals.size()); in doMerge() 236 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace); in doMerge() 259 BitVector Globals; in doMerge() member 262 UsedGlobalSet(size_t Size) : Globals(Size) {} in doMerge() 270 UsedGlobalSets.emplace_back(Globals.size()); in doMerge() 298 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Program.h | 48 for (Global *G : Globals) in ~Program() 74 assert(Idx < Globals.size()); in getGlobal() 75 return Globals[Idx]->block(); in getGlobal() 201 std::vector<Global *> Globals; variable
|
| D | Program.cpp | 64 unsigned I = Globals.size(); in createGlobalString() 69 Globals.push_back(G); in createGlobalString() 100 assert(Idx < Globals.size()); in getPtrGlobal() 101 return Pointer(Globals[Idx]->block()); in getPtrGlobal() 199 unsigned I = Globals.size(); in createGlobal() 205 Globals.push_back(G); in createGlobal()
|
| D | Disasm.cpp | 76 OS << "Global Variables: " << Globals.size() << "\n"; in dump()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | GSIStreamBuilder.cpp | 64 MutableArrayRef<BulkPublic> Globals); 184 Records.resize(Globals.size()); in finalizeGlobalBuckets() 186 for (size_t I = 0, E = Globals.size(); I < E; ++I) { in finalizeGlobalBuckets() 187 StringRef Name = getSymbolName(Globals[I]); in finalizeGlobalBuckets() 191 SymOffset += Globals[I].length(); in finalizeGlobalBuckets() 378 Globals.push_back(Symbol); in addGlobalSymbol() 411 if (auto EC = writeRecords(Writer, Globals)) in commitSymbolRecordStream()
|
| D | PDBFile.cpp | 258 if (!Globals) { in getPDBGlobalsStream() 270 Globals = std::move(TempGlobals); in getPDBGlobalsStream() 272 return *Globals; in getPDBGlobalsStream()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | DynamicLibrary.cpp | 121 struct Globals { struct 132 Globals &getGlobals() { in getGlobals() 133 static Globals G; in getGlobals()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.h | 128 SmallVector<CVGlobalVariable, 1> Globals; member 151 SmallVector<CVGlobalVariable, 1> Globals; member 334 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals); 371 SmallVectorImpl<CVGlobalVariable> &Globals);
|
| D | CodeViewDebug.cpp | 1187 emitGlobalVariableList(FI.Globals); in emitDebugInfoForFunction() 2925 emitGlobalVariableList(Block.Globals); in emitLexicalBlock() 2940 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo() argument 2942 collectLexicalBlockInfo(*Scope, Blocks, Locals, Globals); in collectLexicalBlockInfo() 2962 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo() local 2968 if (!Locals && !Globals) in collectLexicalBlockInfo() 2996 if (Globals) in collectLexicalBlockInfo() 2997 ParentGlobals.append(Globals->begin(), Globals->end()); in collectLexicalBlockInfo() 3024 if (Globals) in collectLexicalBlockInfo() 3025 Block.Globals = std::move(*Globals); in collectLexicalBlockInfo() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 483 ArrayRef<GlobalTypeMember *> Globals); 498 ArrayRef<GlobalTypeMember *> Globals, 802 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument 814 for (GlobalTypeMember *G : Globals) { in buildBitSetsFromGlobalVariables() 854 for (unsigned I = 0; I != Globals.size(); ++I) { in buildBitSetsFromGlobalVariables() 855 GlobalVariable *GV = cast<GlobalVariable>(Globals[I]->getGlobal()); in buildBitSetsFromGlobalVariables() 1643 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals, in buildBitSetsFromDisjointSet() argument 1654 for (GlobalTypeMember *GTM : Globals) { in buildBitSetsFromDisjointSet() 1682 GlobalLayoutBuilder GLB(Globals.size()); in buildBitSetsFromDisjointSet() 1688 Globals.empty() || isa<GlobalVariable>(Globals[0]->getGlobal()); in buildBitSetsFromDisjointSet() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | CMakeLists.txt | 27 Globals.cpp
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | smu7.h | 140 uint32_t Globals; member
|
| /openbsd/src/gnu/usr.bin/clang/libLLVMCore/ |
| D | Makefile | 34 Globals.cpp \
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IR/ |
| D | BUILD.gn | 41 "Globals.cpp",
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | GSIStreamBuilder.h | 98 std::vector<codeview::CVSymbol> Globals;
|
| D | PDBFile.h | 130 std::unique_ptr<GlobalsStream> Globals; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 342 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals); 923 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection() argument 924 if (Globals.empty()) in writeGlobalSection() 930 encodeULEB128(Globals.size(), W->OS); in writeGlobalSection() 931 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() 1467 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject() local 1657 Global.Index = NumGlobalImports + Globals.size(); in writeOneObject() 1680 Globals.push_back(Global); in writeOneObject() 1926 writeGlobalSection(Globals); in writeOneObject()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | Wasm.h | 142 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals() 277 std::vector<wasm::WasmGlobal> Globals; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.cpp | 101 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals() argument 103 Globals.insert(GV); in DiscoverDependentGlobals() 107 DiscoverDependentGlobals(U->getOperand(i), Globals); in DiscoverDependentGlobals() 821 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local 827 VisitGlobalVariableForEmission(&I, Globals, GVVisited, GVVisiting); in emitGlobals() 838 for (unsigned i = 0, e = Globals.size(); i != e; ++i) in emitGlobals() 839 printModuleLevelGV(Globals[i], OS2, /*processDemoted=*/false, STI); in emitGlobals()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-lto/ |
| D | llvm-lto.cpp | 381 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local 391 Globals++; in printIndexStats() 395 << (Alias + Globals + Functions) << " nodes (" << Functions in printIndexStats() 396 << " functions, " << Alias << " alias, " << Globals in printIndexStats()
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-extract.rst | 49 Delete specified Globals from Module.
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | WasmObjectFile.cpp | 660 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() 1253 Globals.reserve(Count); in parseGlobalSection() 1256 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection() 1261 Globals.push_back(Global); in parseGlobalSection() 1319 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex() 1379 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | APINotes.rst | 83 :Classes, Protocols, Tags, Typedefs, Globals, Enumerators, Functions: 103 Classes, Protocols, Tags, Typedefs, Globals, Enumerators, and Functions.
|
| /openbsd/src/gnu/llvm/llvm/lib/Linker/ |
| D | IRMover.cpp | 1674 Module::GlobalListType &Globals = DstM.getGlobalList(); in run() local 1682 Globals.splice(Globals.end(), Globals, NewGV->getIterator()); in run()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| D | llvm-pdbutil.h | 83 extern llvm::cl::opt<bool> Globals;
|