Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h95 CtorDtorRunner(std::vector<std::string> CtorDtorNames, in CtorDtorRunner() argument
97 : CtorDtorNames(std::move(CtorDtorNames)), H(H) {} in CtorDtorRunner()
105 for (const auto &CtorDtorName : CtorDtorNames) in runViaLayer()
117 std::vector<std::string> CtorDtorNames;