Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp734 uint32_t MaxFileIndex = LineTable->Prologue.FileNames.size(); in verifyDebugLineRows() local
792 if (Row.File > MaxFileIndex) { in verifyDebugLineRows()
798 << " (valid values are [1," << MaxFileIndex << "]):\n"; in verifyDebugLineRows()