Searched refs:getLastChild (Results 1 – 6 of 6) sorted by relevance
181 Node *getLastChild() { return LastChild; } in getLastChild() function182 const Node *getLastChild() const { return LastChild; } in getLastChild() function
122 LLVM_ABI DWARFDie getLastChild() const;403 return iterator(getLastChild()); in end()
533 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
256 assert(&C == T->getLastChild() && in assertInvariants()293 for (const auto *C = getLastChild(); C; C = C->getPreviousSibling()) { in findLastLeaf()
679 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie681 return U->getLastChild(Die); in getLastChild()
1008 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit