Searched refs:getPointerToGlobal (Results 1 – 4 of 4) sorted by relevance
349 void *getPointerToGlobal(const GlobalValue *GV);412 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
299 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
564 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
2024 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()