Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h456 uintptr_t StubAlignment = getStubAlignment().value(); in processGOTRelocation() local
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
459 -StubAlignment; in processGOTRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp703 Align StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
705 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
706 StubBufSize += StubAlignment.value() - EndAlignment.value(); in computeSectionStubBufSize()