Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1222 return UnknownRowIndex; in findRowInSeq()
1248 if (Result != UnknownRowIndex || in lookupAddress()
1266 return UnknownRowIndex; in lookupAddressImpl()
1318 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1321 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1322 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h229 const uint32_t UnknownRowIndex = UINT32_MAX; member