Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h190 ObjectFile *GetObjectFile() { return m_obj_file; } in GetObjectFile() function
191 const ObjectFile *GetObjectFile() const { return m_obj_file; } in GetObjectFile() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h266 ObjectFile *GetObjectFile() { return m_objfile_sp.get(); } in GetObjectFile() function
267 const ObjectFile *GetObjectFile() const { return m_objfile_sp.get(); } in GetObjectFile() function
H A DSymtab.h141 ObjectFile *GetObjectFile() { return m_objfile; } in GetObjectFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp419 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { in GetObjectFile() function in ObjectContainerBSDArchive
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1238 ObjectFile *Module::GetObjectFile() { in GetObjectFile() function in Module