/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 121 struct Globals { struct 124 llvm::StringMap<void *> ExplicitSymbols; 126 DynamicLibrary::HandleSet OpenedHandles; 127 DynamicLibrary::HandleSet OpenedTemporaryHandles; 129 llvm::sys::SmartMutex<true> SymbolsMutex;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 66 llvm::SmallVector<GlobalValue *> Globals; in runOnModule() local 130 SmallVector<GlobalValue *> &Globals) { in addSignature() 142 Module &M, SmallVector<GlobalValue *> &Globals) { in addPipelineStateValidationInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 251 bool GlobalMergeImpl::doMerge(SmallVectorImpl<GlobalVariable *> &Globals, in doMerge() 290 BitVector Globals; in doMerge() member 468 bool GlobalMergeImpl::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge() 646 Globals, ConstGlobals, BSSGlobals; in run() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | ASTOps.h | 141 llvm::DenseSet<const VarDecl *> Globals; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 130 std::unique_ptr<GlobalsStream> Globals; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 190 RecordMap<GlobalRecord> Globals; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 205 std::vector<Global *> Globals; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 131 SmallVector<CVGlobalVariable, 1> Globals; member 166 SmallVector<CVGlobalVariable, 1> Globals; member
|
H A D | CodeViewDebug.cpp | 2955 collectLexicalBlockInfo(SmallVectorImpl<LexicalScope * > & Scopes,SmallVectorImpl<LexicalBlock * > & Blocks,SmallVectorImpl<LocalVariable> & Locals,SmallVectorImpl<CVGlobalVariable> & Globals) collectLexicalBlockInfo() argument 2977 SmallVectorImpl<CVGlobalVariable> *Globals = collectLexicalBlockInfo() local 3322 emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) emitGlobalVariableList() argument [all...] |
H A D | DwarfDebug.cpp | 2535 const StringMap<const DIE *> &Globals) { in emitDebugPubSection()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 167 llvm::DenseSet<const VarDecl *> &Globals) { in insertIfGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 286 std::vector<wasm::WasmGlobal> Globals; variable
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 116 Globals, enumerator 840 std::vector<StringRef> Globals; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 824 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() 1764 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals, in buildBitSetsFromDisjointSet() 2351 std::vector<GlobalTypeMember *> Globals; in lower() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 920 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection() argument 1462 SmallVector<wasm::WasmGlobal, 1> Globals; writeOneObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 108 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals() 848 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 389 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 981 const GSIHashTable &Table = Globals.getGlobalsTable(); in createScopes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 354 std::vector<Global> Globals; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 225 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), global() variable
|
H A D | DumpOutputStyle.cpp | 1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 567 bool Globals = options().getAttributeGlobal(); resolvePrinting() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1749 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 514 GlobalVariablesSeq Globals; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 42 SmallVector<llvm::GlobalVariable *, 2> Globals; member
|