Home
last modified time | relevance | path

Searched refs:GetMainObjectFile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp158 auto *symtab = GetMainObjectFile()->GetSymtab(); in GetSymtab()
169 ObjectFile *SymbolFileCommon::GetMainObjectFile() { in GetMainObjectFile() function in SymbolFileCommon
174 ObjectFile *module_objfile = GetMainObjectFile(); in SectionFileAddressesChanged()
244 GetMainObjectFile()->GetFileSpec()); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h195 ObjectFile *GetMainObjectFile() override { in GetMainObjectFile() function
196 return m_sym_file_impl->GetMainObjectFile(); in GetMainObjectFile()
H A DSymbolFile.h348 virtual ObjectFile *GetMainObjectFile() = 0;
529 ObjectFile *GetMainObjectFile() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1306 d.AddStringItem("symfile", GetMainObjectFile()->GetFileSpec().GetPath()); in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4286 d.AddStringItem("symfile", GetMainObjectFile()->GetFileSpec().GetPath()); in GetSeparateDebugInfo()