Searched refs:GetSupportFileAtIndex (Results 1 – 7 of 7) sorted by relevance
47 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const;
44 lldb::SupportFileSP GetSupportFileAtIndex(size_t idx) const;
185 path = cu.GetSupportFileAtIndex(j).fullpath
218 SupportFileList::GetSupportFileAtIndex(size_t idx) const {180 SupportFileList::GetSupportFileAtIndex(size_t idx) const { GetSupportFileAtIndex() function in SupportFileList
156 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() function in SBCompileUnit
292 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 294 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
824 initialize_cu(support_files.GetSupportFileAtIndex(0), in ParseCompileUnit()