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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp524 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { function in class:ExecutionEngine
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp456 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
686 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference, function in class:JITEmitter
692 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
728 void *GVAddress = getPointerToGlobal(V, Reference, false);
841 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),

Completed in 39 milliseconds