Searched refs:DtorNames (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h297 std::vector<std::string> CtorNames, DtorNames; local
301 DtorNames.push_back(mangle(Dtor.Func->getName()));
320 std::move(DtorNames), K);
H A DOrcMCJITReplacement.h271 std::vector<std::string> CtorNames, DtorNames; variable
287 DtorNames.push_back(mangle(NewDtorName));
294 UnexecutedDestructors[K] = std::move(DtorNames);

Completed in 55 milliseconds