Home
last modified time | relevance | path

Searched refs:emitGlobalValueIndirectSym (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, in emitGlobalValueIndirectSym() function in ARMJITInfo
171 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((GlobalValue*)F, Fn, JCE); in emitFunctionStub()
DARMJITInfo.h61 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.h43 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
DX86JITInfo.cpp437 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, in emitGlobalValueIndirectSym() function in X86JITInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h46 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, in emitGlobalValueIndirectSym() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()