HomeSort by: relevance | last modified time | path
    Searched refs:UnknownRowIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 1217 return UnknownRowIndex;
1243 if (Result != UnknownRowIndex ||
1261 return UnknownRowIndex;
1313 if (LastRowIndex == UnknownRowIndex)
1316 assert(FirstRowIndex != UnknownRowIndex);
1317 assert(LastRowIndex != UnknownRowIndex);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 237 const uint32_t UnknownRowIndex = UINT32_MAX;
246 /// or UnknownRowIndex if there is no such row.

Completed in 24 milliseconds