Searched refs:SymbolFileCommon (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 30 char SymbolFileCommon::ID; 155 Symtab *SymbolFileCommon::GetSymtab() { in GetSymtab() 169 ObjectFile *SymbolFileCommon::GetMainObjectFile() { in GetMainObjectFile() 173 void SymbolFileCommon::SectionFileAddressesChanged() { in SectionFileAddressesChanged() 182 uint32_t SymbolFileCommon::GetNumCompileUnits() { in GetNumCompileUnits() 192 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() 203 void SymbolFileCommon::SetCompileUnitAtIndex(uint32_t idx, in SetCompileUnitAtIndex() 220 SymbolFileCommon::GetTypeSystemForLanguage(lldb::LanguageType language) { in GetTypeSystemForLanguage() 230 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() 242 void SymbolFileCommon::Dump(Stream &s) { in Dump()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 488 class SymbolFileCommon : public SymbolFile { 498 static bool classof(const SymbolFileCommon *obj) { return obj->isA(&ID); } in classof() 502 SymbolFileCommon(lldb::ObjectFileSP objfile_sp) in SymbolFileCommon() function 505 ~SymbolFileCommon() override = default; 609 SymbolFileCommon(const SymbolFileCommon &) = delete; 610 const SymbolFileCommon &operator=(const SymbolFileCommon &) = delete;
|
| H A D | Type.h | 29 class SymbolFileCommon; variable 533 friend class lldb_private::SymbolFileCommon;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
| H A D | SymbolFileJSON.h | 21 class SymbolFileJSON : public lldb_private::SymbolFileCommon { 29 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileJSON.cpp | 39 : SymbolFileCommon(std::move(objfile_sp)) {} in SymbolFileJSON()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 19 class SymbolFileSymtab : public lldb_private::SymbolFileCommon { 27 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileSymtab.cpp | 55 : SymbolFileCommon(std::move(objfile_sp)), m_source_indexes(), in SymbolFileSymtab()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 24 class SymbolFileBreakpad : public SymbolFileCommon { 32 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA() 53 : SymbolFileCommon(std::move(objfile_sp)) {} in SymbolFileBreakpad()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 22 class SymbolFileCTF : public lldb_private::SymbolFileCommon { 30 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileCTF.cpp | 52 : SymbolFileCommon(std::move(objfile_sp)) {} in SymbolFileCTF()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 25 class SymbolFilePDB : public lldb_private::SymbolFileCommon { 33 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFilePDB.cpp | 143 : SymbolFileCommon(std::move(objfile_sp)), m_session_up(), m_global_scope_up() {} in SymbolFilePDB()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 43 class SymbolFileNativePDB : public SymbolFileCommon { 53 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileNativePDB.cpp | 305 : SymbolFileCommon(std::move(objfile_sp)) {} in SymbolFileNativePDB()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 33 class SymbolFileDWARFDebugMap : public SymbolFileCommon { 41 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileDWARF.h | 67 class SymbolFileDWARF : public SymbolFileCommon { 75 return ClassID == &ID || SymbolFileCommon::isA(ClassID); in isA()
|
| H A D | SymbolFileDWARF.cpp | 338 return SymbolFileCommon::GetTypeList(); in GetTypeList() 471 : SymbolFileCommon(std::move(objfile_sp)), m_debug_map_module_wp(), in SymbolFileDWARF() 4231 SymbolFileCommon::Dump(s); in Dump()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 250 : SymbolFileCommon(std::move(objfile_sp)), m_flags(), m_compile_unit_infos(), in SymbolFileDWARFDebugMap()
|