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()
270 std::vector<std::string> CtorNames, DtorNames; in addModule() local278 CtorNames.push_back(mangle(NewCtorName)); in addModule()292 UnexecutedConstructors[K] = std::move(CtorNames); in addModule()
297 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local299 CtorNames.push_back(mangle(Ctor.Func->getName())); in addIRModule()315 AcknowledgeORCv1Deprecation, std::move(CtorNames), K); in addIRModule()