/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolVendor.cpp | 43 ObjectFileSP sym_objfile_sp; in FindPlugin() 64 void SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp) { in AddSymbolFileRepresentation()
|
H A D | ObjectFile.cpp | 35 static ObjectFileSP 52 ObjectFileSP 75 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin() 112 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin() 132 ObjectFileSP object_file_sp(callback(module_sp, data_sp, data_offset, in FindPlugin() 141 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin() 152 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin() 156 ObjectFileSP object_file_sp; in FindPlugin()
|
H A D | SymbolFile.cpp | 40 SymbolFile *SymbolFile::FindPlugin(ObjectFileSP objfile_sp) { in FindPlugin()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
H A D | SymbolFileJSON.cpp | 38 SymbolFileJSON::SymbolFileJSON(lldb::ObjectFileSP objfile_sp) in SymbolFileJSON() 54 SymbolFile *SymbolFileJSON::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
|
H A D | SymbolFileJSON.h | 34 SymbolFileJSON(lldb::ObjectFileSP objfile_sp); 45 CreateInstance(lldb::ObjectFileSP objfile_sp);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.h | 33 SymbolFileSymtab(lldb::ObjectFileSP objfile_sp); 45 CreateInstance(lldb::ObjectFileSP objfile_sp);
|
H A D | SymbolFileSymtab.cpp | 46 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance() 54 SymbolFileSymtab::SymbolFileSymtab(ObjectFileSP objfile_sp) in SymbolFileSymtab()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolVendor.h | 39 void AddSymbolFileRepresentation(const lldb::ObjectFileSP &objfile_sp);
|
H A D | SymbolFile.h | 78 static SymbolFile *FindPlugin(lldb::ObjectFileSP objfile_sp); 510 SymbolFileCommon(lldb::ObjectFileSP objfile_sp) in SymbolFileCommon() 601 lldb::ObjectFileSP m_objfile_sp; // Keep a reference to the object file in
|
H A D | ObjectContainer.h | 125 virtual lldb::ObjectFileSP GetObjectFile(const FileSpec *file) = 0;
|
H A D | ObjectFile.h | 145 static lldb::ObjectFileSP 165 static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 47 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { in CreateInstance() 52 SymbolFileBreakpad(lldb::ObjectFileSP objfile_sp) in SymbolFileBreakpad()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 35 SymbolFileCTF(lldb::ObjectFileSP objfile_sp); 46 CreateInstance(lldb::ObjectFileSP objfile_sp);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 50 CreateInstance(lldb::ObjectFileSP objfile_sp); 53 SymbolFilePDB(lldb::ObjectFileSP objfile_sp);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.h | 31 lldb::ObjectFileSP objfile, uint32_t id);
|
H A D | SymbolFileDWARFDebugMap.h | 56 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp); 59 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
|
H A D | SymbolFileDWARFDwo.cpp | 29 ObjectFileSP objfile, uint32_t id) in SymbolFileDWARFDwo()
|
H A D | SymbolFileDWARF.h | 98 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp); 102 SymbolFileDWARF(lldb::ObjectFileSP objfile_sp, SectionList *dwo_section_list);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 95 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 95 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.h | 67 lldb::ObjectFileSP GetObjectFile(const lldb_private::FileSpec *file) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 95 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 69 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp); 72 SymbolFileNativePDB(lldb::ObjectFileSP objfile_sp);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 397 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { in CreateInstance() 415 return ObjectFileSP(); in CreateInstance() 428 return ObjectFileSP(); in CreateInstance()
|
H A D | ObjectContainerBSDArchive.h | 73 lldb::ObjectFileSP GetObjectFile(const lldb_private::FileSpec *file) override;
|