Searched refs:CtorDtorRunner (Results 1 – 6 of 6) sorted by relevance
90 class CtorDtorRunner {95 CtorDtorRunner(std::vector<std::string> CtorDtorNames, in CtorDtorRunner() function
110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()156 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners;
157 class CtorDtorRunner {159 CtorDtorRunner(JITDylib &JD) : JD(JD) {} in CtorDtorRunner() function
149 CtorDtorRunner CtorRunner, DtorRunner;
195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()281 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
116 void CtorDtorRunner::add(iterator_range<CtorDtorIterator> CtorDtors) { in add()144 Error CtorDtorRunner::run() { in run()