Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
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()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp101 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance() local
104 if (!sym_objfile_sp) in CreateInstance()
108 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
115 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
140 symbol_vendor->AddSymbolFileRepresentation(sym_objfile_sp); in CreateInstance()