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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 47 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
50 virtual void *emitFunctionStub(const Function* F, void *Fn,
MipsJITInfo.cpp 152 // emitFunctionStub for details.
157 void *MipsJITInfo::emitFunctionStub(const Function* F, void *Fn,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 34 virtual void *emitFunctionStub(const Function* F, void *Fn,
PPCJITInfo.cpp 298 // emitted by emitFunctionStub, rather than the instruction after it.
322 // emitFunctionStub.
363 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 64 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
69 virtual void *emitFunctionStub(const Function* F, void *Target,
71 assert(0 && "This target doesn't implement emitFunctionStub!");
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h 50 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
53 virtual void *emitFunctionStub(const Function* F, void *Target,
X86JITInfo.cpp 465 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 68 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
71 virtual void *emitFunctionStub(const Function* F, void *Fn,
ARMJITInfo.cpp 154 // 4-byte address. See emitFunctionStub for details.
159 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
    [all...]

Completed in 225 milliseconds