HomeSort by relevance Sort by last modified time
    Searched refs:DtorRunner (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 78 Error runDestructors() { return DtorRunner.run(); }
101 CtorDtorRunner2 CtorRunner, DtorRunner;
  /external/llvm/tools/lli/
OrcLazyJIT.h 61 for (auto &DtorRunner : IRStaticDestructorRunners)
62 DtorRunner.runViaLayer(CODLayer);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 53 CtorRunner(Main), DtorRunner(Main) {}
83 DtorRunner.add(getDestructors(M));
OrcCBindingsStack.h 250 for (auto &DtorRunner : IRStaticDestructorRunners)
251 if (auto Err = DtorRunner.runViaLayer(*this))
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 98 for (auto &DtorRunner : IRStaticDestructorRunners)
99 DtorRunner.runViaLayer(*this);

Completed in 628 milliseconds