Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp113 << " ControlledNopLength:" << NF->getControlledNopLength(); in dump()
H A DMCAssembler.cpp633 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h567 int64_t getControlledNopLength() const { return ControlledNopLength; } in getControlledNopLength() function