Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h274 std::vector<std::string> CtorNames, DtorNames; in addModule() local
290 DtorNames.push_back(mangle(NewDtorName)); in addModule()
297 UnexecutedDestructors[K] = std::move(DtorNames); in addModule()
H A DOrcCBindingsStack.h298 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local
302 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()
319 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), K); in addIRModule()