Searched refs:getLastChild (Results 1 – 6 of 6) sorted by relevance
203 Node *getLastChild() { return LastChild; } in getLastChild() function204 const Node *getLastChild() const { return LastChild; } in getLastChild() function
121 DWARFDie getLastChild() const;392 return iterator(getLastChild()); in end()
473 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
287 assert(&C == T->getLastChild() && in assertInvariants()323 for (const auto *C = getLastChild(); C; C = C->getPreviousSibling()) { in findLastLeaf()
699 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie701 return U->getLastChild(Die); in getLastChild()
819 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit