/openbsd-src/gnu/llvm/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;
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 221 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/ |
H A D | HardwareAssistedAddressSanitizerDesign.rst | 151 Globals section in Instrumentation
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 54 llvm::SmallVector<GlobalValue *> Globals; in runOnModule() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 130 std::unique_ptr<GlobalsStream> Globals; variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 128 SmallVector<CVGlobalVariable, 1> Globals; member 151 SmallVector<CVGlobalVariable, 1> Globals; member
|
H A D | CodeViewDebug.cpp | 2940 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo() 2962 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo() local 3307 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Program.h | 201 std::vector<Global *> Globals; variable
|
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/inc/ |
H A D | smu8.h | 42 uint32_t Globals; member
|
H A D | smu7.h | 159 uint32_t Globals; member
|
H A D | smu71.h | 432 uint32_t Globals; member
|
H A D | smu72.h | 532 uint32_t Globals; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Wasm.h | 277 std::vector<wasm::WasmGlobal> Globals; variable
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | smu7.h | 142 uint32_t Globals; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 802 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/MC/ |
H A D | WasmObjectWriter.cpp | 923 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection() 1467 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 101 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals() 821 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 381 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
|
/openbsd-src/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 502 GlobalVariablesSeq Globals; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 353 std::vector<Global> Globals; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 225 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
|
H A D | DumpOutputStyle.cpp | 1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1674 Module::GlobalListType &Globals = DstM.getGlobalList(); in run() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1580 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 576 bool Globals = options().getAttributeGlobal(); in resolvePrinting() local
|