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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h349 /// getPointerToGlobal - This returns the address of the specified global
354 void *getPointerToGlobal(const GlobalValue *GV);
384 // JIT and interpreter clients should use getPointerToGlobal instead.
417 return getPointerToGlobal((const GlobalValue *)GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp300 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
H A DExecutionEngine.cpp576 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { function in class:ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2106 return PTOGV(getPointerToGlobal(GV));

Completed in 99 milliseconds