Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h151 unsigned BundleAlignSize; variable
363 bool isBundlingEnabled() const { return BundleAlignSize != 0; } in isBundlingEnabled()
365 unsigned getBundleAlignSize() const { return BundleAlignSize; } in getBundleAlignSize()
370 BundleAlignSize = Size; in setBundleAlignSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp90 BundleAlignSize(0), RelaxAll(false), SubsectionsViaSymbols(false), in MCAssembler()
106 BundleAlignSize = 0; in reset()