Home
last modified time | relevance | path

Searched refs:StubAlignment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
459 -StubAlignment; in processGOTRelocation()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1733 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1735 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1736 -StubAlignment; in processRelocationRef()
1787 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1789 (BaseAddress + Section->getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1790 -StubAlignment; in processRelocationRef()
H A DRuntimeDyld.cpp702 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
704 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
705 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()