Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DOrcLazyJIT.h61 for (auto &DtorRunner : IRStaticDestructorRunners) in ~OrcLazyJIT()
113 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in addModule()
156 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners; variable
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h98 for (auto &DtorRunner : IRStaticDestructorRunners) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
198 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
281 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h245 for (auto &DtorRunner : IRStaticDestructorRunners) in shutdown()
319 IRStaticDestructorRunners.emplace_back(AcknowledgeORCv1Deprecation, in addIRModule()
526 std::vector<orc::LegacyCtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; variable