Home | History | Annotate | Download | only in DWARF

Lines Matching refs:file_idx

974 bool DWARFDebugLine::Prologue::GetFile(uint32_t file_idx, std::string& path, std::string& directory) const
976 uint32_t idx = file_idx - 1; // File indexes are 1 based...