Home
last modified time | relevance | path

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

/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
DRuntimeDyldCOFFThumb.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
/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()