Searched refs:FileIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp263 if (auto FileIdx =
267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx),
283 const uint32_t FileIdx = CUI.DWARFToGSYMFileIndex(Gsym, Row.File); local
303 LineEntry LE(RowAddress, FileIdx, Row.Line);
329 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line)

Completed in 105 milliseconds