Lines Matching refs:support_files
214 SupportFileList &support_files, const lldb::ModuleSP &module, in ParseSupportFilesFromPrologue() argument
231 support_files.Append(FileSpec());
278 support_files.Append(std::make_unique<LazyDWARFSourceFile>(
297 support_files.EmplaceBack(FileSpec(remapped_file, style), checksum);
788 SupportFileList &&support_files = {}) { in ParseCompileUnit() argument
793 eLazyBoolCalculate, std::move(support_files)); in ParseCompileUnit()
819 SupportFileList support_files; in ParseCompileUnit() local
820 if (!ParseSupportFiles(dwarf_cu, module_sp, support_files)) in ParseCompileUnit()
822 if (support_files.GetSize() == 0) in ParseCompileUnit()
824 initialize_cu(support_files.GetSupportFileAtIndex(0), in ParseCompileUnit()
825 eLanguageTypeUnknown, std::move(support_files)); in ParseCompileUnit()
1072 SupportFileList &support_files) { in ParseSupportFiles() argument
1078 if (!ParseSupportFiles(*dwarf_cu, comp_unit.GetModule(), support_files)) in ParseSupportFiles()
1086 SupportFileList &support_files) { in ParseSupportFiles() argument
1099 ParseSupportFilesFromPrologue(support_files, module, prologue, in ParseSupportFiles()
1112 if (const SupportFileList *support_files = GetTypeUnitSupportFiles(tu)) in GetFile() local
1113 return support_files->GetFileSpecAtIndex(file_idx); in GetFile()