Home
last modified time | relevance | path

Searched defs:GetChildren (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDSection.h126 SectionList &GetChildren() { return m_children; } in GetChildren() function
128 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp1346 std::vector<Row> &GetChildren() { in GetChildren() function