Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp43 ObjectFileSP sym_objfile_sp; in FindPlugin() local
48 sym_objfile_sp = ObjectFile::FindPlugin( in FindPlugin()
52 if (!sym_objfile_sp) in FindPlugin()
53 sym_objfile_sp = module_sp->GetObjectFile()->shared_from_this(); in FindPlugin()
55 instance_up->AddSymbolFileRepresentation(sym_objfile_sp); in FindPlugin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp95 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
98 if (!sym_objfile_sp) in CreateInstance()
102 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
109 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
137 symbol_vendor->AddSymbolFileRepresentation(sym_objfile_sp); in CreateInstance()
96 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( CreateInstance() local