HomeSort by relevance Sort by last modified time
    Searched refs:getStubLayout (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 43 // getStubLayout - Returns the size and alignment of the largest call stub
45 virtual StubLayout getStubLayout();
MipsJITInfo.cpp 150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 33 virtual StubLayout getStubLayout();
PPCJITInfo.cpp 349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 58 virtual StubLayout getStubLayout() {
59 llvm_unreachable("This target doesn't implement getStubLayout!");
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h 46 // getStubLayout - Returns the size and alignment of the largest call stub
48 virtual StubLayout getStubLayout();
X86JITInfo.cpp 454 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 64 // getStubLayout - Returns the size and alignment of the largest call stub
66 virtual StubLayout getStubLayout();
ARMJITInfo.cpp 152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
    [all...]

Completed in 880 milliseconds