Searched refs:getPointerToGlobal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h299 /// getPointerToGlobal - This returns the address of the specified global
301 void *getPointerToGlobal(const GlobalValue *GV);
357 return getPointerToGlobal((const GlobalValue *)GV);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp472 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
702 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference, function in class:JITEmitter
708 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
744 void *GVAddress = getPointerToGlobal(V, Reference, false);
857 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),
H A DJITDwarfEmitter.cpp509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)));
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality)));
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp251 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
H A DExecutionEngine.cpp513 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { function in class:ExecutionEngine
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1276 return PTOGV(getPointerToGlobal(GV));

Completed in 362 milliseconds