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

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 63 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
68 virtual void *emitFunctionStub(const Function* F, void *Target,
70 llvm_unreachable("This target doesn't implement emitFunctionStub!");
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 154 // 4-byte address. See emitFunctionStub for details.
159 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn,
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 197 // emitFunctionStub for details.
202 void *MipsJITInfo::emitFunctionStub(const Function *F, void *Fn,
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 300 // emitted by emitFunctionStub, rather than the instruction after it.
324 // emitFunctionStub.
366 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn,
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 471 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,

Completed in 290 milliseconds