Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h35 SectionLoadList &GetCurrentSectionLoadList();
H A DTarget.h1139 return m_section_load_history.GetCurrentSectionLoadList(); in GetSectionLoadList()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp95 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList() function in SectionLoadHistory