Lines Matching refs:Action
1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
47 BackendAction Action;
68 BackendAction Action, DiagnosticsEngine &Diags,
76 : Diags(Diags), Action(Action), CodeGenOpts(CodeGenOpts),
193 TheModule.get(), Action, AsmOutStream);
663 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
664 switch (Action) {
679 llvm_unreachable("Invalid action!");