Home
last modified time | relevance | path

Searched refs:StubLayout (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h53 struct StubLayout { struct
58 virtual StubLayout getStubLayout() { in getStubLayout() argument
60 StubLayout Result = {0, 0}; in getStubLayout()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() { in getStubLayout()
153 StubLayout Result = { 4*4, 4 }; in getStubLayout()
DMipsJITInfo.h45 virtual StubLayout getStubLayout();
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.h33 virtual StubLayout getStubLayout();
DPPCJITInfo.cpp349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { in getStubLayout()
354 StubLayout Result = {10*4, 4}; in getStubLayout()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { in getStubLayout()
155 StubLayout Result = {16, 4}; in getStubLayout()
DARMJITInfo.h66 virtual StubLayout getStubLayout();
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.h48 virtual StubLayout getStubLayout();
DX86JITInfo.cpp454 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { in getStubLayout()
461 StubLayout Result = {14, 4}; in getStubLayout()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()
1293 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout(); in updateFunctionStub()