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()
231 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()278 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in ResolveSymbolContext()414 const SupportFileList &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().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
278 const SupportFileList &GetSupportFiles();
489 for (auto &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()498 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
207 const SupportFileList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
1114 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()1415 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()1422 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
1419 const SupportFileList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()