Home
last modified time | relevance | path

Searched refs:CtorDtorRunner (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h90 class CtorDtorRunner {
95 CtorDtorRunner(std::vector<std::string> CtorDtorNames, in CtorDtorRunner() function
/external/llvm/tools/lli/
DOrcLazyJIT.h110 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()
156 std::vector<orc::CtorDtorRunner<CODLayerT>> IRStaticDestructorRunners;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h157 class CtorDtorRunner {
159 CtorDtorRunner(JITDylib &JD) : JD(JD) {} in CtorDtorRunner() function
DLLJIT.h149 CtorDtorRunner CtorRunner, DtorRunner;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
281 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp116 void CtorDtorRunner::add(iterator_range<CtorDtorIterator> CtorDtors) { in add()
144 Error CtorDtorRunner::run() { in run()