HomeSort by: relevance | last modified time | path
    Searched refs:EmitAssembly (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendOptions.h 58 EmitAssembly,
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 53 case EmitAssembly: return std::make_unique<EmitAssemblyAction>();
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 67 case frontend::EmitAssembly:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 166 void EmitAssembly(BackendAction Action,
939 void EmitAssemblyHelper::EmitAssembly(BackendAction Action,
1178 /// A clean version of `EmitAssembly` that uses the new pass manager.
1185 /// `EmitAssembly` at some point in the future when the default switches.
1655 AsmHelper.EmitAssembly(Action, std::move(OS));
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 2368 {frontend::EmitAssembly, OPT_S},
4051 case frontend::EmitAssembly:

Completed in 54 milliseconds