Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h78 Error runDestructors() { return DtorRunner.run(); } in runDestructors()
101 CtorDtorRunner2 CtorRunner, DtorRunner; variable
/external/llvm/tools/lli/
DOrcLazyJIT.h61 for (auto &DtorRunner : IRStaticDestructorRunners) in ~OrcLazyJIT()
62 DtorRunner.runViaLayer(CODLayer); in ~OrcLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp53 CtorRunner(Main), DtorRunner(Main) {}
83 DtorRunner.add(getDestructors(M)); in recordCtorDtors()
DOrcCBindingsStack.h250 for (auto &DtorRunner : IRStaticDestructorRunners) in shutdown()
251 if (auto Err = DtorRunner.runViaLayer(*this)) in shutdown()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h98 for (auto &DtorRunner : IRStaticDestructorRunners) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
99 DtorRunner.runViaLayer(*this); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()