Home
last modified time | relevance | path

Searched defs:ControlledNopLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h365 int64_t ControlledNopLength; variable
374 MCNopsFragment(int64_t NumBytes, int64_t ControlledNopLength, SMLoc L, in MCNopsFragment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp779 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops()
H A DMCAssembler.cpp731 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment() local