Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h349 void *getPointerToGlobal(const GlobalValue *GV);
412 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp300 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
H A DExecutionEngine.cpp565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2106 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()