Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A 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/
H A DHardwareAssistedAddressSanitizerDesign.rst151 Globals section in Instrumentation
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp54 llvm::SmallVector<GlobalValue *> Globals; in runOnModule() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h130 std::unique_ptr<GlobalsStream> Globals; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h128 SmallVector<CVGlobalVariable, 1> Globals; member
151 SmallVector<CVGlobalVariable, 1> Globals; member
H A DCodeViewDebug.cpp2940 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 DProgram.h201 std::vector<Global *> Globals; variable
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu8.h42 uint32_t Globals; member
H A Dsmu7.h159 uint32_t Globals; member
H A Dsmu71.h432 uint32_t Globals; member
H A Dsmu72.h532 uint32_t Globals; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h277 std::vector<wasm::WasmGlobal> Globals; variable
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dsmu7.h142 uint32_t Globals; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A 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/MC/
H A 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/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp101 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 Dllvm-lto.cpp381 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp502 GlobalVariablesSeq Globals; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h353 std::vector<Global> Globals; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp225 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
H A DDumpOutputStyle.cpp1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1674 Module::GlobalListType &Globals = DstM.getGlobalList(); in run() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1580 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp576 bool Globals = options().getAttributeGlobal(); in resolvePrinting() local

12