Home
last modified time | relevance | path

Searched refs:dwp_obj_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp53 ObjectFileSP dwp_obj_file = ObjectFile::FindPlugin( in IsDwpSymbolFile() local
60 return dwp_obj_file && ObjectFileELF::classof(dwp_obj_file.get()) && in IsDwpSymbolFile()
61 dwp_obj_file->GetSectionList(false)->FindSectionByType( in IsDwpSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4279 ObjectFileSP dwp_obj_file = ObjectFile::FindPlugin( in GetDwpSymbolFile() local
4283 if (dwp_obj_file) { in GetDwpSymbolFile()
4285 *this, dwp_obj_file, DIERef::k_file_index_mask); in GetDwpSymbolFile()