Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp28 PPCJITInfo::PPCJITInfo(PPCSubtarget &STI) in PPCJITInfo() function in PPCJITInfo
358 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { in getLazyResolverFunction()
363 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { in getStubLayout()
377 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn, in emitFunctionStub()
424 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, in relocate()
479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
DPPCJITInfo.h22 class PPCJITInfo : public TargetJITInfo {
28 PPCJITInfo(PPCSubtarget &STI);
DPPCSubtarget.h115 PPCJITInfo JITInfo;
151 PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo()
DCMakeLists.txt27 PPCJITInfo.cpp
DPPCTargetMachine.h41 PPCJITInfo *getJITInfo() override { return Subtarget.getJITInfo(); } in getJITInfo()