Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h75 Error runConstructors() { return CtorRunner.run(); } in runConstructors()
101 CtorDtorRunner2 CtorRunner, DtorRunner; variable
/external/llvm/tools/lli/
DOrcLazyJIT.h110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()
111 CtorRunner.runViaLayer(CODLayer); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp53 CtorRunner(Main), DtorRunner(Main) {}
82 CtorRunner.add(getConstructors(M)); in recordCtorDtors()
DOrcCBindingsStack.h326 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), in addIRModule()
328 if (auto Err = CtorRunner.runViaLayer(*this)) in addIRModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
196 CtorRunner.runViaLayer(*this); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()