Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp430 << " ControlledNopLength:" << NF->getControlledNopLength(); in dump()
H A DMCAssembler.cpp631 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h389 int64_t getControlledNopLength() const { return ControlledNopLength; } in getControlledNopLength() function