Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h65 unsigned getMaxStubSize() const override { return 14; } in getMaxStubSize() function
164 Section.advanceStubOffset(getMaxStubSize()); in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h97 unsigned getMaxStubSize() const override { return 20; } in getMaxStubSize() function
120 Section.advanceStubOffset(getMaxStubSize()); in generateRelocationStub()
H A DRuntimeDyldMachOARM.h31 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function
336 Section.advanceStubOffset(getMaxStubSize()); in processBranchRelocation()
H A DRuntimeDyldMachOAArch64.h29 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function
471 Section.advanceStubOffset(getMaxStubSize()); in processGOTRelocation()
H A DRuntimeDyldCOFFI386.h30 unsigned getMaxStubSize() const override { in getMaxStubSize() function
H A DRuntimeDyldMachOX86_64.h28 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function
H A DRuntimeDyldMachOI386.h28 unsigned getMaxStubSize() const override { return 0; } in getMaxStubSize() function
H A DRuntimeDyldCOFFThumb.h52 unsigned getMaxStubSize() const override { in getMaxStubSize() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h314 virtual unsigned getMaxStubSize() const = 0;
484 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
H A DRuntimeDyldELF.h63 unsigned getMaxStubSize() const override { in getMaxStubSize() function
H A DRuntimeDyldELF.cpp1208 Section.advanceStubOffset(getMaxStubSize()); in resolveAArch64Branch()
1358 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1421 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1542 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1643 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1747 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
1796 Section->advanceStubOffset(getMaxStubSize()); in processRelocationRef()
H A DRuntimeDyld.cpp672 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()