Searched refs:GetSupportFiles (Results 1 – 10 of 10) sorted by relevance
43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback()55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
128 return m_opaque_ptr->GetSupportFiles().GetSize(); in GetNumSupportFiles() 161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex() 174 const SupportFileList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
232 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()284 FindFileIndexes(GetSupportFiles(), file_spec, realpath_prefixes); in ResolveSymbolContext()528 const SupportFileList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
262 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()264 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
280 const SupportFileList &GetSupportFiles();
490 for (auto &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()499 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
207 const SupportFileList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
1105 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()1368 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()1375 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
1413 const SupportFileList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()