Searched refs:emitFunctionStub (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsJITInfo.h47 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
50 virtual void *emitFunctionStub(const Function* F, void *Fn,
H A DMipsJITInfo.cpp152 // emitFunctionStub for details.
157 void *MipsJITInfo::emitFunctionStub(const Function* F, void *Fn, function in class:MipsJITInfo
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.h34 virtual void *emitFunctionStub(const Function* F, void *Fn,
H A DPPCJITInfo.cpp298 // emitted by emitFunctionStub, rather than the instruction after it.
322 // emitFunctionStub.
363 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn, function in class:PPCJITInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86JITInfo.h50 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
53 virtual void *emitFunctionStub(const Function* F, void *Target,
H A DX86JITInfo.cpp465 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target, function in class:X86JITInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetJITInfo.h64 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
69 virtual void *emitFunctionStub(const Function* F, void *Target, function in class:llvm::TargetJITInfo
71 assert(0 && "This target doesn't implement emitFunctionStub!");
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMJITInfo.h68 /// emitFunctionStub - Use the specified JITCodeEmitter object to emit a
71 virtual void *emitFunctionStub(const Function* F, void *Fn,
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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
1295 getJITInfo().emitFunctionStub(F, Addr, *getCodeEmitter());

Completed in 154 milliseconds