Home
last modified time | relevance | path

Searched defs:Globals (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp121 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 DDXContainerGlobals.cpp66 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 DGlobalMerge.cpp251 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 DASTOps.h141 llvm::DenseSet<const VarDecl *> Globals; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h130 std::unique_ptr<GlobalsStream> Globals; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h190 RecordMap<GlobalRecord> Globals; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h205 std::vector<Global *> Globals; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h131 SmallVector<CVGlobalVariable, 1> Globals; member
166 SmallVector<CVGlobalVariable, 1> Globals; member
H A DCodeViewDebug.cpp2955 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 DDwarfDebug.cpp2535 const StringMap<const DIE *> &Globals) { in emitDebugPubSection()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp167 llvm::DenseSet<const VarDecl *> &Globals) { in insertIfGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h286 std::vector<wasm::WasmGlobal> Globals; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp116 Globals, enumerator
840 std::vector<StringRef> Globals; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp824 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 DWasmObjectWriter.cpp920 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 DNVPTXAsmPrinter.cpp108 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 Dllvm-lto.cpp389 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 DLVCodeViewReader.cpp981 const GSIHashTable &Table = Globals.getGlobalsTable(); in createScopes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h354 std::vector<Global> Globals; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp225 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), global() variable
H A DDumpOutputStyle.cpp1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp567 bool Globals = options().getAttributeGlobal(); resolvePrinting() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1749 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp514 GlobalVariablesSeq Globals; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp42 SmallVector<llvm::GlobalVariable *, 2> Globals; member