Home
last modified time | relevance | path

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

/tools/perf/util/c++/
Dclang.cpp92 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction(&*LLVMCtx)); in getModuleFromSource() local
93 if (!Clang.ExecuteAction(*Act)) in getModuleFromSource()
96 return Act->takeModule(); in getModuleFromSource()