Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1230 constexpr unsigned IDRLDataLength = 30; in emitIDRLSection() local
1238 SmallString<IDRLDataLength + 1> TempStr; in emitIDRLSection()
1243 SmallString<IDRLDataLength> Data; in emitIDRLSection()
1248 OutStreamer->emitInt16(IDRLDataLength); // Length. in emitIDRLSection()