Searched refs:emitGlobalValueIndirectSym (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, in emitGlobalValueIndirectSym() function in ARMJITInfo 171 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((GlobalValue*)F, Fn, JCE); in emitFunctionStub()
|
D | ARMJITInfo.h | 61 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.h | 43 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
|
D | X86JITInfo.cpp | 437 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, in emitGlobalValueIndirectSym() function in X86JITInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetJITInfo.h | 46 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, in emitGlobalValueIndirectSym() function
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
|