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

/external/llvm/tools/lli/
H A DOrcLazyJIT.h61 for (auto &DtorRunner : IRStaticDestructorRunners)
115 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H);
158 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners; member in class:llvm::OrcLazyJIT
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h105 for (auto &DtorRunner : IRStaticDestructorRunners)
208 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H);
277 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; member in class:llvm::OrcCBindingsStack

Completed in 62 milliseconds