/llvm-project/clang/test/CodeGen/ |
H A D | 2003-06-26-CFECrash.c | 8 typedef struct Globals { struct 9 answerbufGlobals global() argument 10 infoGlobals global() argument 11 pInfoGlobals global() argument
|
/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;
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | ModuleUtilsTest.cpp | 40 SmallVector<GlobalValue *, 2> Globals; TEST() local 58 SmallVector<GlobalValue *, 2> Globals; TEST() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 66 llvm::SmallVector<GlobalValue *> Globals; runOnModule() local 130 addSignature(Module & M,SmallVector<GlobalValue * > & Globals) addSignature() argument 142 addPipelineStateValidationInfo(Module & M,SmallVector<GlobalValue * > & Globals) addPipelineStateValidationInfo() argument [all...] |
/llvm-project/clang/docs/ |
H A D | HardwareAssistedAddressSanitizerDesign.rst | 151 Globals section in Instrumentation
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 251 doMerge(SmallVectorImpl<GlobalVariable * > & Globals,Module & M,bool isConst,unsigned AddrSpace) const doMerge() argument 290 BitVector Globals; doMerge() member 468 doMerge(const SmallVectorImpl<GlobalVariable * > & Globals,const BitVector & GlobalSet,Module & M,bool isConst,unsigned AddrSpace) const doMerge() argument 646 Globals, ConstGlobals, BSSGlobals; run() local [all...] |
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | ASTOps.h | 137 llvm::DenseSet<const VarDecl *> Globals; global() member
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 130 std::unique_ptr<GlobalsStream> Globals; variable
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 190 RecordMap<GlobalRecord> Globals; variable
|
/llvm-project/mlir/docs/Dialects/ |
H A D | LLVM.md | 139 ### Globals subsection
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h |
|
/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 | 2973 collectLexicalBlockInfo(SmallVectorImpl<LexicalScope * > & Scopes,SmallVectorImpl<LexicalBlock * > & Blocks,SmallVectorImpl<LocalVariable> & Locals,SmallVectorImpl<CVGlobalVariable> & Globals) collectLexicalBlockInfo() argument 2995 SmallVectorImpl<CVGlobalVariable> *Globals = collectLexicalBlockInfo() local 3344 emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) emitGlobalVariableList() argument [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 167 insertIfGlobal(const Decl & D,llvm::DenseSet<const VarDecl * > & Globals) insertIfGlobal() argument
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 286 std::vector<wasm::WasmGlobal> Globals; variable
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 116 Globals, enumerator 840 std::vector<StringRef> Globals; member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FindSymbolsTests.cpp | 78 TEST(WorkspaceSymbols, Globals) { in TEST() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 824 buildBitSetsFromGlobalVariables(ArrayRef<Metadata * > TypeIds,ArrayRef<GlobalTypeMember * > Globals) buildBitSetsFromGlobalVariables() argument 1762 buildBitSetsFromDisjointSet(ArrayRef<Metadata * > TypeIds,ArrayRef<GlobalTypeMember * > Globals,ArrayRef<ICallBranchFunnel * > ICallBranchFunnels) buildBitSetsFromDisjointSet() argument 2349 std::vector<GlobalTypeMember *> Globals; lower() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 920 writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) writeGlobalSection() argument 1462 SmallVector<wasm::WasmGlobal, 1> Globals; writeOneObject() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 108 DiscoverDependentGlobals(const Value * V,DenseSet<const GlobalVariable * > & Globals) DiscoverDependentGlobals() argument 848 SmallVector<const GlobalVariable *, 8> Globals; emitGlobals() local
|
/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
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 980 GlobalsStream &Globals = *GlobalsOrErr; createScopes() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 354 std::vector<Global> Globals; member
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 223 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 559 bool Globals = options().getAttributeGlobal(); in resolvePrinting() local
|