Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h328 void *getPointerToGlobal(const GlobalValue *GV);
391 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp54 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp295 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
DExecutionEngine.cpp577 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2063 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()