Home
last modified time | relevance | path

Searched refs:SupportFileList (Results 1 – 24 of 24) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h23 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 DFileSpecList.cpp41 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 DCompileUnit.h121 SupportFileList &&support_files = {});
278 const SupportFileList &GetSupportFiles();
281 SupportFileList &GetSupportFileList() { in GetSupportFileList()
428 SupportFileList m_support_files;
H A DSymbolFileOnDemand.h84 lldb_private::SupportFileList &support_files) override;
H A DSymbolFile.h200 SupportFileList &support_files) = 0;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp34 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 DSymbolFileOnDemand.cpp118 SupportFileList &support_files) { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h126 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 DSymbolFileDWARF.cpp214 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 DSymbolFileDWARFDebugMap.h78 SupportFileList &support_files) override;
H A DSymbolFileDWARFDebugMap.cpp731 CompileUnit &comp_unit, SupportFileList &support_files) { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h62 SupportFileList &support_files) override { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h60 lldb_private::SupportFileList &support_files) override;
H A DSymbolFileSymtab.cpp214 SupportFileList &support_files) { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp174 const SupportFileList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h76 SupportFileList &support_files) override;
H A DSymbolFileBreakpad.cpp282 SupportFileList &support_files) { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h69 SupportFileList &support_files) override { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h73 lldb_private::SupportFileList &support_files) override;
H A DSymbolFilePDB.cpp368 CompileUnit &comp_unit, lldb_private::SupportFileList &support_files) { in ParseSupportFiles()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h97 SupportFileList &support_files) override;
H A DSymbolFileNativePDB.cpp1372 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 DClangUserExpression.cpp497 const SupportFileList &support_files = in GetModuleConfig()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp207 const SupportFileList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()