Searched refs:DtorNames (Results 1 – 4 of 4) sorted by relevance
72 std::vector<std::string> CtorNames, DtorNames; in addModule() local76 DtorNames.push_back(mangle(Dtor.Func->getName())); in addModule()113 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in addModule()
176 std::vector<std::string> CtorNames, DtorNames; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local180 DtorNames.push_back(mangle(Dtor.Func->getName())); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()198 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
271 std::vector<std::string> CtorNames, DtorNames; in addModule() local287 DtorNames.push_back(mangle(NewDtorName)); in addModule()294 UnexecutedDestructors[K] = std::move(DtorNames); in addModule()
309 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local313 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()331 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), RetKey); in addIRModule()