Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1299 return UnknownRowIndex; in findRowInSeq()
1329 if (Result != UnknownRowIndex || in lookupAddress()
1351 return UnknownRowIndex; in lookupAddressImpl()
1354 if (RowIndex == UnknownRowIndex || !IsApproximateLine) in lookupAddressImpl()
1444 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1447 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1448 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h237 const uint32_t UnknownRowIndex = UINT32_MAX; member