reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/CodeGen/BackendUtil.h
   43                          BackendAction Action,
tools/clang/lib/CodeGen/BackendUtil.cpp
  117   bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
  148   void EmitAssembly(BackendAction Action,
  151   void EmitAssemblyWithNewPassManager(BackendAction Action,
  410 static TargetMachine::CodeGenFileType getCodeGenFileType(BackendAction Action) {
  779                                        BackendAction Action,
  807 void EmitAssemblyHelper::EmitAssembly(BackendAction Action,
 1001     BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) {
 1370                               BackendAction Action) {
 1498                               BackendAction Action,
tools/clang/lib/CodeGen/CodeGenAction.cpp
   90     BackendAction Action;
  115     BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags,
  871 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
  892   BackendAction BA = static_cast<BackendAction>(Act);
 1047     BackendAction BA = static_cast<BackendAction>(Act);
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  307                              M.get(), BackendAction::Backend_EmitObj,