Searched defs:getPointerToGlobalIfAvailable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp221 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { function in class:ExecutionEngine
1090 void *Ptr = getPointerToGlobalIfAvailable(CGV);
1117 void *GA = getPointerToGlobalIfAvailable(GV);

Completed in 42 milliseconds