Home
last modified time | relevance | path

Searched refs:getBundlePadding (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp338 OS << " BundlePadding:" << static_cast<unsigned>(EF->getBundlePadding()); in dump()
H A DMCAssembler.cpp460 unsigned BundlePadding = EF.getBundlePadding(); in writeFragmentPadding()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h166 uint8_t getBundlePadding() const { return BundlePadding; } in getBundlePadding() function