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 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
235 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()282 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in ResolveSymbolContext()418 const FileSpecList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
268 const FileSpecList &GetSupportFiles();
492 for (const FileSpec &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()501 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
209 const FileSpecList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
1034 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()1332 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()1338 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
1413 const FileSpecList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()