Home
last modified time | relevance | path

Searched refs:LLVMGetPointerToGlobal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp343 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
390 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
410 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
447 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
450 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
472 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h146 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go176 return C.LLVMGetPointerToGlobal(ee.C, global.C)
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp296 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal() function