reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
340 void *getPointerToGlobal(const GlobalValue *GV);
403 return getPointerToGlobal((const GlobalValue *)GV);
lib/ExecutionEngine/ExecutionEngineBindings.cpp 300 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
lib/ExecutionEngine/Interpreter/Execution.cpp 2110 return PTOGV(getPointerToGlobal(GV));
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp 52 void *globalPtr = TheJIT->getPointerToGlobal(Global);