Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp82 SectionLoadListSP section_load_list_sp( in GetSectionLoadListForStopID() local
84 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp; in GetSectionLoadListForStopID()
85 return section_load_list_sp.get(); in GetSectionLoadListForStopID()
88 SectionLoadListSP section_load_list_sp(new SectionLoadList()); in GetSectionLoadListForStopID() local
91 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp; in GetSectionLoadListForStopID()
92 return section_load_list_sp.get(); in GetSectionLoadListForStopID()