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

  /external/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/llvm/lib/Target/X86/
X86JITInfo.h 40 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
43 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
X86JITInfo.cpp 443 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 58 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
61 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
ARMJITInfo.cpp 142 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr,
172 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((GlobalValue*)F, Fn, JCE);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]

Completed in 2236 milliseconds