Searched refs:getPointerToGlobal (Results 1 – 4 of 4) sorted by relevance
340 void *getPointerToGlobal(const GlobalValue *GV);403 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
301 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
575 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
2057 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()