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

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 130 FrontendAction *Act = CreateFrontendBaseAction(CI);
131 if (!Act)
138 Act = new FixItRecompile(Act);
148 Act = new arcmt::CheckAction(Act);
151 Act = new arcmt::ModifyAction(Act);
154 Act = new arcmt::MigrateAction(Act,
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 142 OwningPtr<CodeGenAction> Act(new EmitLLVMOnlyAction());
143 if (!Clang.ExecuteAction(*Act))
147 if (llvm::Module *Module = Act->takeModule())
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 134 virtual void Act() = 0;
138 Act();
290 virtual void Act() {
300 virtual void Act() {
319 virtual void Act() {
362 virtual void Act() {
409 virtual void Act() {
419 virtual void Act() {
431 virtual void Act() {
460 virtual void Act() {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInstance.cpp 645 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
686 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
687 Act.Execute();
688 Act.EndSourceFile();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 271 : Act(_Act), LinkModule(0),
327 BackendAction BA = static_cast<BackendAction>(Act);
368 BackendAction BA = static_cast<BackendAction>(Act);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 172 /// \param Act - The action to execute.
180 bool ExecuteAction(FrontendAction &Act);
  /external/clang/lib/Driver/
Driver.cpp 843 Action *Act = SingleActions[i];
851 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
853 << types::getTypeName(Act->getType());
857 Inputs.push_back(new BindArchAction(Act, Archs[i]));
864 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
867 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
879 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 312 milliseconds