Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DDynamicLibrary.cpp121 struct Globals { struct
124 llvm::StringMap<void *> ExplicitSymbols;
126 DynamicLibrary::HandleSet OpenedHandles;
127 DynamicLibrary::HandleSet OpenedTemporaryHandles;
129 llvm::sys::SmartMutex<true> SymbolsMutex;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DGlobalMerge.cpp221 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
259 BitVector Globals; in doMerge() member
438 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
616 Globals, ConstGlobals, BSSGlobals; in doInitialization() local
/openbsd/src/gnu/llvm/clang/docs/
DHardwareAssistedAddressSanitizerDesign.rst151 Globals section in Instrumentation
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h130 std::unique_ptr<GlobalsStream> Globals; variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h128 SmallVector<CVGlobalVariable, 1> Globals; member
151 SmallVector<CVGlobalVariable, 1> Globals; member
DCodeViewDebug.cpp2940 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2962 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo() local
3307 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
DDwarfDebug.cpp2492 const StringMap<const DIE *> &Globals) { in emitDebugPubSection()
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DProgram.h201 std::vector<Global *> Globals; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWasm.h277 std::vector<wasm::WasmGlobal> Globals; variable
/openbsd/src/sys/dev/pci/drm/radeon/
Dsmu7.h140 uint32_t Globals; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp802 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables()
1643 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals, in buildBitSetsFromDisjointSet()
2202 std::vector<GlobalTypeMember *> Globals; in lower() local
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp101 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals()
821 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp923 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
1467 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-lto/
Dllvm-lto.cpp381 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DWasmYAML.h353 std::vector<Global> Globals; member
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp1674 Module::GlobalListType &Globals = DstM.getGlobalList(); in run() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp225 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
DDumpOutputStyle.cpp1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1580 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp41 SmallVector<llvm::GlobalVariable *, 2> Globals; member