Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h115 LegacyCtorDtorRunner(std::vector<std::string> CtorDtorNames,
121 std::vector<std::string> CtorDtorNames, VModuleKey K) in LegacyCtorDtorRunner() argument
122 : CtorDtorNames(std::move(CtorDtorNames)), K(K) {} in LegacyCtorDtorRunner()
129 for (const auto &CtorDtorName : CtorDtorNames) { in runViaLayer()
148 std::vector<std::string> CtorDtorNames;
154 std::vector<std::string> CtorDtorNames, VModuleKey K) in LegacyCtorDtorRunner() argument
155 : CtorDtorNames(std::move(CtorDtorNames)), K(K) {} in LegacyCtorDtorRunner()
/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;