Home
last modified time | relevance | path

Searched refs:ObjectFileSP (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp43 ObjectFileSP sym_objfile_sp; in FindPlugin()
64 void SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp) { in AddSymbolFileRepresentation()
H A DObjectFile.cpp31 static ObjectFileSP
48 ObjectFileSP
71 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin()
108 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin()
128 ObjectFileSP object_file_sp(callback(module_sp, data_sp, data_offset, in FindPlugin()
137 ObjectFileSP object_file_sp = CreateObjectFromContainer( in FindPlugin()
148 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
152 ObjectFileSP object_file_sp; in FindPlugin()
H A DSymbolFile.cpp40 SymbolFile *SymbolFile::FindPlugin(ObjectFileSP objfile_sp) { in FindPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h32 SymbolFileSymtab(lldb::ObjectFileSP objfile_sp);
44 CreateInstance(lldb::ObjectFileSP objfile_sp);
H A DSymbolFileSymtab.cpp50 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
58 SymbolFileSymtab::SymbolFileSymtab(ObjectFileSP objfile_sp) in SymbolFileSymtab()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h65 static SymbolFile *FindPlugin(lldb::ObjectFileSP objfile_sp);
68 SymbolFile(lldb::ObjectFileSP objfile_sp) in SymbolFile()
310 lldb::ObjectFileSP m_objfile_sp; // Keep a reference to the object file in
H A DSymbolVendor.h39 void AddSymbolFileRepresentation(const lldb::ObjectFileSP &objfile_sp);
H A DObjectContainer.h143 virtual lldb::ObjectFileSP GetObjectFile(const FileSpec *file) = 0;
H A DObjectFile.h161 static lldb::ObjectFileSP
181 static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h46 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { in CreateInstance()
51 SymbolFileBreakpad(lldb::ObjectFileSP objfile_sp) in SymbolFileBreakpad()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h28 lldb::ObjectFileSP objfile, uint32_t id);
H A DSymbolFileDWARFDwo.cpp27 ObjectFileSP objfile, uint32_t id) in SymbolFileDWARFDwo()
H A DSymbolFileDWARFDebugMap.h48 CreateInstance(lldb::ObjectFileSP objfile_sp);
51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
H A DSymbolFileDWARF.h91 CreateInstance(lldb::ObjectFileSP objfile_sp);
95 SymbolFileDWARF(lldb::ObjectFileSP objfile_sp,
H A DSymbolFileDWARFDebugMap.cpp242 SymbolFile *SymbolFileDWARFDebugMap::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
246 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFileSP objfile_sp) in SymbolFileDWARFDebugMap()
H A DSymbolFileDWARF.cpp291 SymbolFile *SymbolFileDWARF::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
431 SymbolFileDWARF::SymbolFileDWARF(ObjectFileSP objfile_sp, in SymbolFileDWARF()
1670 ObjectFileSP dwo_obj_file = ObjectFile::FindPlugin( in GetDwoSymbolFileForCompileUnit()
3814 ObjectFileSP dwp_obj_file = ObjectFile::FindPlugin( in GetDwpSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h49 CreateInstance(lldb::ObjectFileSP objfile_sp);
52 SymbolFilePDB(lldb::ObjectFileSP objfile_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h67 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp);
70 SymbolFileNativePDB(lldb::ObjectFileSP objfile_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp100 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp101 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h68 lldb::ObjectFileSP GetObjectFile(const lldb_private::FileSpec *file) override;
H A DObjectContainerBSDArchive.cpp419 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { in GetObjectFile()
433 return ObjectFileSP(); in GetObjectFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h84 typedef SymbolFile *(*SymbolFileCreateInstance)(lldb::ObjectFileSP objfile_sp);
H A Dlldb-forward.h348 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP; typedef
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h957 lldb::ObjectFileSP m_objfile_sp; ///< A shared pointer to the object file

12