Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp194 << " ControlledNopLength:" << NF->getControlledNopLength(); in dump()
H A DMCAssembler.cpp731 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h380 int64_t getControlledNopLength() const { return ControlledNopLength; } in getControlledNopLength() function