Home
last modified time | relevance | path

Searched refs:PPCJITInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp344 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { in getLazyResolverFunction()
349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { in getStubLayout()
363 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn, in emitFunctionStub()
410 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, in relocate()
465 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
DPPCJITInfo.h23 class PPCJITInfo : public TargetJITInfo {
28 PPCJITInfo(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) { in PPCJITInfo() function
DPPCTargetMachine.h37 PPCJITInfo JITInfo;
51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo()