Searched defs:GetObjectFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h140 ObjectFile *GetObjectFile() { return m_objfile; } function in class:lldb_private::Symtab
H A DSymbolFile.h259 ObjectFile *GetObjectFile() { return m_objfile_sp.get(); } function in class:lldb_private::SymbolFile
260 const ObjectFile *GetObjectFile() const { return m_objfile_sp.get(); } function in class:lldb_private::SymbolFile
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h189 ObjectFile *GetObjectFile() { return m_obj_file; } function in class:lldb_private::Section
190 const ObjectFile *GetObjectFile() const { return m_obj_file; } function in class:lldb_private::Section
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp421 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { function in class:ObjectContainerBSDArchive
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1220 ObjectFile *Module::GetObjectFile() { function in class:Module
[all...]

Completed in 193 milliseconds