Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h340 void *getPointerToGlobal(const GlobalValue *GV);
403 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp301 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
H A DExecutionEngine.cpp575 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2057 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()