Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp626 int64_t MaximumNopLength = Asm.getBackend().getMaximumNopSize(); in writeFragment() local
631 if (ControlledNopLength > MaximumNopLength) { in writeFragment()
636 std::to_string(MaximumNopLength) + "])"); in writeFragment()
639 ControlledNopLength = MaximumNopLength; in writeFragment()
644 ControlledNopLength = MaximumNopLength; in writeFragment()