Searched refs:CtorNames (Results 1 – 4 of 4) sorted by relevance
72 std::vector<std::string> CtorNames, DtorNames; in addModule() local74 CtorNames.push_back(mangle(Ctor.Func->getName())); in addModule()110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()
176 std::vector<std::string> CtorNames, DtorNames; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local178 CtorNames.push_back(mangle(Ctor.Func->getName())); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
271 std::vector<std::string> CtorNames, DtorNames; in addModule() local279 CtorNames.push_back(mangle(NewCtorName)); in addModule()293 UnexecutedConstructors[K] = std::move(CtorNames); in addModule()
309 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local311 CtorNames.push_back(mangle(Ctor.Func->getName())); in addIRModule()326 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), in addIRModule()