Searched refs:CtorNames (Results 1 – 2 of 2) sorted by relevance
274 std::vector<std::string> CtorNames, DtorNames; in addModule() local282 CtorNames.push_back(mangle(NewCtorName)); in addModule()296 UnexecutedConstructors[K] = std::move(CtorNames); in addModule()
298 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local300 CtorNames.push_back(mangle(Ctor.Func->getName())); in addIRModule()315 orc::LegacyCtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), K); in addIRModule()