Searched refs:DtorNames (Results 1 – 2 of 2) sorted by relevance
274 std::vector<std::string> CtorNames, DtorNames; in addModule() local290 DtorNames.push_back(mangle(NewDtorName)); in addModule()297 UnexecutedDestructors[K] = std::move(DtorNames); in addModule()
298 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local302 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()319 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), K); in addIRModule()