Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp95 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance() local
98 if (!dsym_objfile_sp) in CreateInstance()
102 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
107 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
133 symbol_vendor->AddSymbolFileRepresentation(dsym_objfile_sp); in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp95 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance() local
98 if (!dsym_objfile_sp) in CreateInstance()
104 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
111 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
141 symbol_vendor->AddSymbolFileRepresentation(dsym_objfile_sp); in CreateInstance()