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 DMCSection.h552 int64_t ControlledNopLength; variable
561 MCNopsFragment(int64_t NumBytes, int64_t ControlledNopLength, SMLoc L, in MCNopsFragment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp633 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment() local
H A DMCObjectStreamer.cpp770 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops()