Searched refs:getPointerToGlobal (Results 1 – 4 of 4) sorted by relevance
343 /// getPointerToGlobal - This returns the address of the specified global348 void *getPointerToGlobal(const GlobalValue *GV);378 // JIT and interpreter clients should use getPointerToGlobal instead. in getGlobalValueAddress() 411 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
300 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
565 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
2024 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()