Searched refs:getStubLayout (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h42 // getStubLayout - Returns the size and alignment of the largest call stub
44 StubLayout getStubLayout() override;
H A DMipsJITInfo.cpp196 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() { function in class:MipsJITInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h30 StubLayout getStubLayout() override;
H A DPPCJITInfo.cpp363 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { function in class:PPCJITInfo
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h39 // getStubLayout - Returns the size and alignment of the largest call stub
41 StubLayout getStubLayout() override;
H A DSparcJITInfo.cpp221 TargetJITInfo::StubLayout SparcJITInfo::getStubLayout() { function in class:SparcJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h44 // getStubLayout - Returns the size and alignment of the largest call stub
46 StubLayout getStubLayout() override;
H A DX86JITInfo.cpp466 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { function in class:X86JITInfo
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h59 virtual StubLayout getStubLayout() { function in class:llvm::TargetJITInfo
60 llvm_unreachable("This target doesn't implement getStubLayout!");
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h63 // getStubLayout - Returns the size and alignment of the largest call stub
65 StubLayout getStubLayout() override;
H A DARMJITInfo.cpp153 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { function in class:ARMJITInfo
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp527 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
590 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
1241 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout();

Completed in 275 milliseconds