Searched refs:PPCJITInfo (Results 1 – 3 of 3) sorted by relevance
344 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()
23 class PPCJITInfo : public TargetJITInfo {28 PPCJITInfo(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) { in PPCJITInfo() function
37 PPCJITInfo JITInfo;51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo()