Searched refs:getPointerToGlobal (Results 1 – 5 of 5) sorted by relevance
348 void *getPointerToGlobal(const GlobalValue *GV);411 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
52 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F()
299 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
2106 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()