ΒΆuint64_t computeBundlePadding(
    const llvm::MCAssembler& Assembler,
    const llvm::MCEncodedFragment* F,
    uint64_t FOffset,
    uint64_t FSize)

Description

Compute the amount of padding required before the fragment \p F to obey bundling restrictions, where \p FOffset is the fragment's offset in its section and \p FSize is the fragment's size.

Declared at: llvm/include/llvm/MC/MCAssembler.h:500

Parameters

const llvm::MCAssembler& Assembler
const llvm::MCEncodedFragment* F
uint64_t FOffset
uint64_t FSize