Home
last modified time | relevance | path

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

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