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

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

Completed in 165 milliseconds