Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4510 std::vector<Row> &GetChildren() { in GetChildren() function