Searched refs:getDestructors (Results 1 – 3 of 3) sorted by relevance
93 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
87 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
540 auto COrDtors = isCtor ? getConstructors(M) : getDestructors(M); in operator ()()