Home
last modified time | relevance | path

Searched refs:getMaxStubSize (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h59 unsigned getMaxStubSize() override { return 14; } in getMaxStubSize() function
152 Section.advanceStubOffset(getMaxStubSize()); in generateRelocationStub()
DRuntimeDyldMachOARM.h33 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
333 Section.advanceStubOffset(getMaxStubSize()); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
472 Section.advanceStubOffset(getMaxStubSize()); in processGOTRelocation()
DRuntimeDyldCOFFI386.h31 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldMachOI386.h30 unsigned getMaxStubSize() override { return 0; } in getMaxStubSize() function
DRuntimeDyldMachOX86_64.h30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
DRuntimeDyldCOFFThumb.h51 unsigned getMaxStubSize() override { in getMaxStubSize() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h33 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
210 Section.advanceStubOffset(getMaxStubSize()); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
412 Section.advanceStubOffset(getMaxStubSize()); in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h39 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldCOFFI386.h31 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldMachOI386.h30 unsigned getMaxStubSize() override { return 0; } in getMaxStubSize() function
DRuntimeDyldCOFFThumb.h31 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldMachOX86_64.h30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1094 Section.advanceStubOffset(getMaxStubSize()); in resolveAArch64Branch()
1244 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1307 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1428 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1529 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1633 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1682 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
DRuntimeDyldELF.h64 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldImpl.h316 virtual unsigned getMaxStubSize() = 0;
DRuntimeDyld.cpp583 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h70 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldELF.cpp1331 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1365 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1426 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1577 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1681 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1730 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
DRuntimeDyldImpl.h293 virtual unsigned getMaxStubSize() = 0;
DRuntimeDyld.cpp506 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()