ΒΆinline uint64_t offsetToAlignedAddr(
    const void* Addr,
    llvm::Align Alignment)

Description

Returns the necessary adjustment for aligning `Addr` to `Alignment` bytes, rounding up.

Declared at: llvm/include/llvm/Support/Alignment.h:199

Parameters

const void* Addr
llvm::Align Alignment