Searched refs:IRStaticDestructorRunners (Results 1 – 1 of 1) sorted by relevance
64 for (auto &DtorRunner : IRStaticDestructorRunners) in ~OrcLazyJIT()120 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in addModule()156 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners; variable