/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 18 Global, ///< Append to llvm.global_dtors enumerator 25 Global enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 71 uint64_t getNumber(GlobalValue* Global) { in getNumber() 80 void erase(GlobalValue *Global) { in erase()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 36 uint32_t Global) { in addMapping()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.h | 26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
|
H A D | WasmObjectFile.cpp | 679 wasm::WasmGlobal &Global = Globals[GlobalIndex]; parseLinkingSectionSymtab() local 1280 wasm::WasmGlobal Global; parseGlobalSection() local 1330 auto Global = getDefinedGlobal(Ex.Index); parseExportSection() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 82 struct Global { struct 99 Global GlobalImport; argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() 342 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 167 Global = 1, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 97 Global, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 182 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} Global() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping() 297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 47 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRExecutionUnit.h | 327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1937 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMSetDLLStorageClass() argument 1942 return unwrap<GlobalValue>(Global)->isDeclaration(); in LLVMGetUnnamedAddress() argument 1810 LLVMGetGlobalParent(LLVMValueRef Global) LLVMGetGlobalParent() argument 1814 LLVMIsDeclaration(LLVMValueRef Global) LLVMIsDeclaration() argument 1818 LLVMGetLinkage(LLVMValueRef Global) LLVMGetLinkage() argument 1847 LLVMSetLinkage(LLVMValueRef Global,LLVMLinkage Linkage) LLVMSetLinkage() argument 1912 LLVMGetSection(LLVMValueRef Global) LLVMGetSection() argument 1918 LLVMSetSection(LLVMValueRef Global,const char * Section) LLVMSetSection() argument 1922 LLVMGetVisibility(LLVMValueRef Global) LLVMGetVisibility() argument 1927 LLVMSetVisibility(LLVMValueRef Global,LLVMVisibility Viz) LLVMSetVisibility() argument 1932 LLVMGetDLLStorageClass(LLVMValueRef Global) LLVMGetDLLStorageClass() argument 1954 LLVMSetUnnamedAddress(LLVMValueRef Global,LLVMUnnamedAddr UnnamedAddr) LLVMSetUnnamedAddress() argument 1967 LLVMHasUnnamedAddr(LLVMValueRef Global) LLVMHasUnnamedAddr() argument 1971 LLVMSetUnnamedAddr(LLVMValueRef Global,LLVMBool HasUnnamedAddr) LLVMSetUnnamedAddr() argument 1977 LLVMGlobalGetValueType(LLVMValueRef Global) LLVMGlobalGetValueType() argument 2054 LLVMGlobalSetMetadata(LLVMValueRef Global,unsigned Kind,LLVMMetadataRef MD) LLVMGlobalSetMetadata() argument 2059 LLVMGlobalEraseMetadata(LLVMValueRef Global,unsigned Kind) LLVMGlobalEraseMetadata() argument 2063 LLVMGlobalClearMetadata(LLVMValueRef Global) LLVMGlobalClearMetadata() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_globals.cpp | 31 typedef __asan_global Global; typedef [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 255 Global = 1, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
|
H A D | LVOptions.h | 109 Global, // --attribute=global enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 296 uint32_t Global; global() member 331 WasmGlobalType Global; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 212 Global, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 478 for (auto &Global : Section.Globals) { in writeSectionContent() local
|
H A D | WasmYAML.cpp | 418 mapping(IO & IO,WasmYAML::Global & Global) mapping() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 162 Global, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 933 for (const wasm::WasmGlobal &Global : Globals) { writeGlobalSection() local 1656 wasm::WasmGlobal Global; writeOneObject() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 63 Global = 1, global() enumerator
|