Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h343 /// getPointerToGlobal - This returns the address of the specified global
348 void *getPointerToGlobal(const GlobalValue *GV);
378 // JIT and interpreter clients should use getPointerToGlobal instead. in getGlobalValueAddress()
411 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2024 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()