Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp83 SectionLoadListSP section_load_list_sp( in GetSectionLoadListForStopID() local
85 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp; in GetSectionLoadListForStopID()
86 return section_load_list_sp.get(); in GetSectionLoadListForStopID()
89 SectionLoadListSP section_load_list_sp(new SectionLoadList()); in GetSectionLoadListForStopID() local
92 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp; in GetSectionLoadListForStopID()
93 return section_load_list_sp.get(); in GetSectionLoadListForStopID()