Searched refs:getDestructors (Results 1 – 7 of 7) sorted by relevance
290 getDestructors()->emplace_back([Ret]() { Ret->~T(); }); in allocate()536 LockedPtr<DestructorArray> getDestructors() { in getDestructors() function
624 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext()
105 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
192 DtorRunner.add(getDestructors(M)); in recordCtorDtors()
110 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
280 for (auto Dtor : orc::getDestructors(*M)) { in addModule()
300 for (auto Dtor : orc::getDestructors(*M)) in addIRModule()