Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1221 return UnknownRowIndex; in findRowInSeq()
1247 if (Result != UnknownRowIndex || in lookupAddress()
1265 return UnknownRowIndex; in lookupAddressImpl()
1317 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1320 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1321 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h230 const uint32_t UnknownRowIndex = UINT32_MAX; member
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp192 if (RowIndex == LineTable->UnknownRowIndex) in findDebugLineInformationForInstructionAt()