Home
last modified time | relevance | path

Searched refs:CtorNames (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
282 CtorNames.push_back(mangle(NewCtorName)); in addModule()
296 UnexecutedConstructors[K] = std::move(CtorNames); in addModule()
H A DOrcCBindingsStack.h298 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local
300 CtorNames.push_back(mangle(Ctor.Func->getName())); in addIRModule()
315 orc::LegacyCtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), K); in addIRModule()