Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h132 SectionList &GetChildren() { return m_children; } in GetChildren() function
134 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4511 std::vector<Row> &GetChildren() { in GetChildren() function