Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h348 void *getPointerToGlobal(const GlobalValue *GV);
411 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2106 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()