Home
last modified time | relevance | path

Searched refs:getPointerToGlobal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h348 void *getPointerToGlobal(const GlobalValue *GV);
411 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp52 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp299 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
H A DExecutionEngine.cpp565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2106 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()