Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 42) 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()
80 void erase(GlobalValue *Global) { in erase()
/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.cpp679 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() local
1280 wasm::WasmGlobal Global; in parseGlobalSection() local
1330 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()
342 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h167 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.h182 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()
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
/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.cpp1810 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent()
1814 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration()
1818 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage()
1847 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage()
1912 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection()
1922 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility()
1942 LLVMUnnamedAddr LLVMGetUnnamedAddress(LLVMValueRef Global) { in LLVMGetUnnamedAddress()
1967 LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global) { in LLVMHasUnnamedAddr()
1977 LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global) { in LLVMGlobalGetValueType()
2054 void LLVMGlobalSetMetadata(LLVMValueRef Global, unsigned Kind, in LLVMGlobalSetMetadata()
[all …]
/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.h255 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
H A DLVOptions.h109 Global, // --attribute=global enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h296 uint32_t Global; member
331 WasmGlobalType Global; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp478 for (auto &Global : Section.Globals) { in writeSectionContent() local
H A DWasmYAML.cpp418 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/ObjCopy/
H A DCommonConfig.h162 Global, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp933 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local
1656 wasm::WasmGlobal Global; in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h63 Global = 1, enumerator

12