Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
459 -StubAlignment; in processGOTRelocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1629 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1631 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1632 -StubAlignment; in processRelocationRef()
1683 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1685 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1686 -StubAlignment; in processRelocationRef()
HDRuntimeDyld.cpp675 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
677 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
678 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()