Home
last modified time | relevance | path

Searched refs:getPointerToGlobal (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h280 void *getPointerToGlobal(const GlobalValue *GV);
336 return getPointerToGlobal((GlobalValue*)GV); in getOrEmitGlobalVariable()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h328 void *getPointerToGlobal(const GlobalValue *GV);
391 return getPointerToGlobal((const GlobalValue *)GV); in getOrEmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp471 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
701 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference, in getPointerToGlobal() function in JITEmitter
707 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false)); in getPointerToGlobal()
743 void *GVAddress = getPointerToGlobal(V, Reference, false); in getPointerToGVIndirectSym()
856 ResultPtr = getPointerToGlobal(MR.getGlobalValue(), in finishFunction()
DJITDwarfEmitter.cpp509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality))); in EmitCommonEHFrame()
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality))); in EmitCommonEHFrame()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp54 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp253 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
DExecutionEngine.cpp503 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp298 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global)); in LLVMGetPointerToGlobal()
DExecutionEngine.cpp572 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal() function in ExecutionEngine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1268 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2063 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()