Home
last modified time | relevance | path

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

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