Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadHistory.h38 SectionLoadList &GetCurrentSectionLoadList();
H A DTarget.h1012 return m_section_load_history.GetCurrentSectionLoadList(); in GetSectionLoadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp96 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList() function in SectionLoadHistory