Home
last modified time | relevance | path

Searched refs:IRStaticDestructorRunners (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lli/
HDOrcLazyJIT.h64 for (auto &DtorRunner : IRStaticDestructorRunners) in ~OrcLazyJIT()
120 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in addModule()
156 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners; variable