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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.h42 // getStubLayout - Returns the size and alignment of the largest call stub
44 virtual StubLayout getStubLayout();
H A DMipsJITInfo.cpp195 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() { function in class:MipsJITInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h33 virtual StubLayout getStubLayout();
H A DPPCJITInfo.cpp352 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { function in class:PPCJITInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h39 // getStubLayout - Returns the size and alignment of the largest call stub
41 virtual StubLayout getStubLayout();
H A DSparcJITInfo.cpp219 TargetJITInfo::StubLayout SparcJITInfo::getStubLayout() { function in class:SparcJITInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h46 // getStubLayout - Returns the size and alignment of the largest call stub
48 virtual StubLayout getStubLayout();
H A DX86JITInfo.cpp460 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { function in class:X86JITInfo
/freebsd-10.2-release/contrib/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!");
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.h64 // getStubLayout - Returns the size and alignment of the largest call stub
66 virtual StubLayout getStubLayout();
H A DARMJITInfo.cpp152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { function in class:ARMJITInfo
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp532 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
595 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
1236 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout();

Completed in 137 milliseconds