Searched defs:emitFunctionStub (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h63 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
68 virtual void *emitFunctionStub(const Function* F, void *Target, function in class:llvm::TargetJITInfo
70 llvm_unreachable("This target doesn't implement emitFunctionStub!");
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp154 // 4-byte address. See emitFunctionStub for details.
159 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn, function in class:ARMJITInfo
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp197 // emitFunctionStub for details.
202 void *MipsJITInfo::emitFunctionStub(const Function *F, void *Fn, function in class:MipsJITInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp300 // emitted by emitFunctionStub, rather than the instruction after it.
324 // emitFunctionStub.
366 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn, function in class:PPCJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp471 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target, function in class:X86JITInfo

Completed in 142 milliseconds