| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 23 class SupportFileList { 25 SupportFileList(){}; in SupportFileList() function 26 SupportFileList(const SupportFileList &) = delete; 27 SupportFileList(SupportFileList &&other) = default;
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 41 bool SupportFileList::AppendIfUnique(const FileSpec &file_spec) { in AppendIfUnique() 102 size_t SupportFileList::FindFileIndex(size_t start_idx, in FindFileIndex() 111 size_t SupportFileList::FindCompatibleIndex(size_t start_idx, in FindCompatibleIndex() 172 const FileSpec &SupportFileList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() 180 SupportFileList::GetSupportFileAtIndex(size_t idx) const { in GetSupportFileAtIndex()
|
| /src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 121 SupportFileList &&support_files = {}); 278 const SupportFileList &GetSupportFiles(); 281 SupportFileList &GetSupportFileList() { in GetSupportFileList() 428 SupportFileList m_support_files;
|
| H A D | SymbolFileOnDemand.h | 84 lldb_private::SupportFileList &support_files) override;
|
| H A D | SymbolFile.h | 200 SupportFileList &support_files) = 0;
|
| /src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 34 SupportFileList &&support_files) in CompileUnit() 216 std::vector<uint32_t> FindFileIndexes(const SupportFileList &files, in FindFileIndexes() 414 const SupportFileList &CompileUnit::GetSupportFiles() { in GetSupportFiles()
|
| H A D | SymbolFileOnDemand.cpp | 118 SupportFileList &support_files) { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 126 SupportFileList &support_files) override; 409 SupportFileList &support_files); 500 const SupportFileList *GetTypeUnitSupportFiles(DWARFTypeUnit &tu); 544 llvm::DenseMap<dw_offset_t, std::unique_ptr<SupportFileList>>
|
| H A D | SymbolFileDWARF.cpp | 214 SupportFileList &support_files, const lldb::ModuleSP &module, in ParseSupportFilesFromPrologue() 795 SupportFileList &&support_files = {}) { in ParseCompileUnit() 826 SupportFileList support_files; in ParseCompileUnit() 1079 SupportFileList &support_files) { in ParseSupportFiles() 1093 SupportFileList &support_files) { in ParseSupportFiles() 1119 if (const SupportFileList *support_files = GetTypeUnitSupportFiles(tu)) in GetFile() 1124 const SupportFileList * 1126 static SupportFileList empty_list; in GetTypeUnitSupportFiles() 1137 std::unique_ptr<SupportFileList> &list = iter_bool.first->second; in GetTypeUnitSupportFiles() 1139 list = std::make_unique<SupportFileList>(); in GetTypeUnitSupportFiles()
|
| H A D | SymbolFileDWARFDebugMap.h | 78 SupportFileList &support_files) override;
|
| H A D | SymbolFileDWARFDebugMap.cpp | 731 CompileUnit &comp_unit, SupportFileList &support_files) { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
| H A D | SymbolFileJSON.h | 62 SupportFileList &support_files) override { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 60 lldb_private::SupportFileList &support_files) override;
|
| H A D | SymbolFileSymtab.cpp | 214 SupportFileList &support_files) { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 174 const SupportFileList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 76 SupportFileList &support_files) override;
|
| H A D | SymbolFileBreakpad.cpp | 282 SupportFileList &support_files) { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 69 SupportFileList &support_files) override { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 73 lldb_private::SupportFileList &support_files) override;
|
| H A D | SymbolFilePDB.cpp | 368 CompileUnit &comp_unit, lldb_private::SupportFileList &support_files) { in ParseSupportFiles()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 97 SupportFileList &support_files) override;
|
| H A D | SymbolFileNativePDB.cpp | 1372 SupportFileList &support_files) { in ParseSupportFiles() 1419 const SupportFileList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 497 const SupportFileList &support_files = in GetModuleConfig()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 207 const SupportFileList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
|