Searched refs:DtorNames (Results 1 – 2 of 2) 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()