Searched refs:CtorRunner (Results 1 – 5 of 5) sorted by relevance
75 Error runConstructors() { return CtorRunner.run(); } in runConstructors()101 CtorDtorRunner2 CtorRunner, DtorRunner; variable
110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()111 CtorRunner.runViaLayer(CODLayer); in addModule()
53 CtorRunner(Main), DtorRunner(Main) {}82 CtorRunner.add(getConstructors(M)); in recordCtorDtors()
326 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), in addIRModule()328 if (auto Err = CtorRunner.runViaLayer(*this)) in addIRModule()
195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()196 CtorRunner.runViaLayer(*this); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()