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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 75 Error runConstructors() { return CtorRunner.run(); }
101 CtorDtorRunner2 CtorRunner, DtorRunner;
  /external/llvm/tools/lli/
OrcLazyJIT.h 110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H);
111 CtorRunner.runViaLayer(CODLayer);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 53 CtorRunner(Main), DtorRunner(Main) {}
82 CtorRunner.add(getConstructors(M));
OrcCBindingsStack.h 326 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames),
328 if (auto Err = CtorRunner.runViaLayer(*this))
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H);
196 CtorRunner.runViaLayer(*this);

Completed in 2045 milliseconds