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()
270 std::vector<std::string> CtorNames, DtorNames; in addModule() local286 DtorNames.push_back(mangle(NewDtorName)); in addModule()293 UnexecutedDestructors[K] = std::move(DtorNames); in addModule()
297 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local301 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()320 std::move(DtorNames), K); in addIRModule()