Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DOrcLazyJIT.h85 std::vector<std::string> CtorNames, DtorNames; in addModule() local
87 CtorNames.push_back(mangle(Ctor.Func->getName())); in addModule()
120 orc::CtorDtorRunner<CODLayerT> CtorRunner(std::move(CtorNames), H); in addModule()