HomeSort by relevance Sort by last modified time
    Searched refs:Act (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 88 FrontendAction *Act = CreateFrontendBaseAction(CI);
89 if (!Act)
97 Act = new arcmt::CheckAction(Act);
100 Act = new arcmt::ModifyAction(Act);
103 Act = new arcmt::MigrateAction(Act,
113 Act = new ASTMergeAction(Act, &CI.getFrontendOpts().ASTMergeFiles[0]
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/clang/examples/clang-interpreter/
main.cpp 145 llvm::OwningPtr<CodeGenAction> Act(new EmitLLVMOnlyAction());
146 if (!Clang.ExecuteAction(*Act))
150 if (llvm::Module *Module = Act->takeModule())
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 241 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext),
292 BackendAction BA = static_cast<BackendAction>(Act);
309 BackendAction BA = static_cast<BackendAction>(Act);
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInstance.cpp 591 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
630 if (Act.BeginSourceFile(*this, InFile, getFrontendOpts().Inputs[i].first)) {
631 Act.Execute();
632 Act.EndSourceFile();
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 146 /// \param Act - The action to execute.
154 bool ExecuteAction(FrontendAction &Act);
  /external/clang/lib/Driver/
Driver.cpp 797 Action *Act = SingleActions[i];
805 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
807 << types::getTypeName(Act->getType());
811 Inputs.push_back(new BindArchAction(Act, Archs[i]));
818 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
821 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
827 if (Act->getType() == types::TY_Image) {
    [all...]
  /external/blktrace/doc/
blktrace.tex 387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
627 \subsubsection{\label{sec:act-table}Action Table}
631 Act & Description \\ \hline\hline
648 \subsubsection{\label{sec:act-table}RWBS Description}
    [all...]

Completed in 929 milliseconds