Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h18 Global, ///< Append to llvm.global_dtors enumerator
25 Global enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h71 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 DDebugCrossExSubsection.cpp36 uint32_t Global) { in addMapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
H A DWasmObjectFile.cpp763 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 DWasmYAML.h82 struct Global { struct
99 Global GlobalImport; argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp202 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 DAttributor.h168 Global = 1, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h97 Global, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h183 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp292 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 DWebAssemblyMCInstLower.cpp47 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1937 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 DSPIRVGlobalRegistry.h198 Type *getDeducedGlobalValueType(const GlobalValue *Global) { in getDeducedGlobalValueType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h142 Global, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp31 typedef __asan_global Global; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h257 Global = 1, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp478 for (auto &Global : Section.Globals) { in writeSectionContent() local
H A DWasmYAML.cpp421 WasmYAML::Global &Global) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h212 Global, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h333 uint32_t Global; member
372 WasmGlobalType Global; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp928 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 DCommonConfig.h155 Global, enumerator

12