Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/c++/
Dclang.cpp88 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction(&*LLVMCtx)); in getModuleFromSource() local
89 if (!Clang.ExecuteAction(*Act)) in getModuleFromSource()
92 return Act->takeModule(); in getModuleFromSource()