Home
last modified time | relevance | path

Searched refs:SectionLoadListSP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadHistory.cpp82 SectionLoadListSP section_load_list_sp( in GetSectionLoadListForStopID()
88 SectionLoadListSP section_load_list_sp(new SectionLoadList()); in GetSectionLoadListForStopID()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSectionLoadHistory.h73 typedef std::map<uint32_t, lldb::SectionLoadListSP> StopIDToSectionLoadList;
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h384 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP; typedef