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