HomeSort by relevance Sort by last modified time
    Searched defs:emitGlobalValueIndirectSym (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 43 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
46 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
48 assert(0 && "This target doesn't implement emitGlobalValueIndirectSym!");
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr,
171 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((GlobalValue*)F, Fn, JCE);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 437 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,

Completed in 367 milliseconds