Home
last modified time | relevance | path

Searched refs:MCNopsFragment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp111 const auto *NF = cast<MCNopsFragment>(this); in dump()
H A DMCAssembler.cpp223 return cast<MCNopsFragment>(F).getNumBytes(); in computeFragmentSize()
630 const MCNopsFragment &NF = cast<MCNopsFragment>(F); in writeFragment()
H A DMCObjectStreamer.cpp773 insert(getContext().allocFragment<MCNopsFragment>( in emitNops()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h548 class MCNopsFragment : public MCFragment {
561 MCNopsFragment(int64_t NumBytes, int64_t ControlledNopLength, SMLoc L, in MCNopsFragment() function