Home
last modified time | relevance | path

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

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