Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h365 int64_t ControlledNopLength; global() variable
374 MCNopsFragment(int64_t NumBytes,int64_t ControlledNopLength,SMLoc L,const MCSubtargetInfo & STI) MCNopsFragment() argument
/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp779 emitNops(int64_t NumBytes,int64_t ControlledNopLength,SMLoc Loc,const MCSubtargetInfo & STI) emitNops() argument
H A DMCAssembler.cpp747 int64_t ControlledNopLength = NF.getControlledNopLength(); writeFragment() local