Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1276 return UnknownRowIndex; in findRowInSeq()
1305 if (Result != UnknownRowIndex || in lookupAddress()
1323 return UnknownRowIndex; in lookupAddressImpl()
1375 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1378 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1379 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h233 const uint32_t UnknownRowIndex = UINT32_MAX; member