/freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 71 uint64_t getNumber(GlobalValue* Global) { in getNumber() argument 80 void erase(GlobalValue *Global) { in erase() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 36 uint32_t Global) { in addMapping()
|
/freebsd/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 | 763 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() local 1413 wasm::WasmGlobal Global; in parseGlobalSection() local 1466 auto Global = getDefinedGlobal(Ex.Index); in parseExportSection() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 82 struct Global { struct 99 Global GlobalImport; argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument 334 print(const Request & Request,const DIGlobal & Global) print() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 168 Global = 1, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 97 Global, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 183 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping() argument 297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 47 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRExecutionUnit.h | 327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1937 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() 1941 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() 1945 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage() 1974 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage() 2039 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() 2045 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() 2049 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility() 2054 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) { in LLVMSetVisibility() 2059 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) { in LLVMGetDLLStorageClass() 2064 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) { in LLVMSetDLLStorageClass() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 198 Type *getDeducedGlobalValueType(const GlobalValue *Global) { in getDeducedGlobalValueType()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Cuda.h | 142 Global, enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_globals.cpp | 31 typedef __asan_global Global; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 257 Global = 1, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
|
/freebsd/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 | 421 WasmYAML::Global &Global) { in mapping()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 212 Global, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 333 uint32_t Global; member 372 WasmGlobalType Global; member
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local 1648 wasm::WasmGlobal Global; writeOneObject() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 155 Global, enumerator
|