Home
last modified time | relevance | path

Searched refs:EmitAssembly (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h58 EmitAssembly, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp67 case frontend::EmitAssembly: in IncrementalAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp53 case EmitAssembly: return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp166 void EmitAssembly(BackendAction Action,
939 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly() function in EmitAssemblyHelper
1655 AsmHelper.EmitAssembly(Action, std::move(OS)); in EmitBackendOutput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2368 {frontend::EmitAssembly, OPT_S}, in getFrontendActionTable()
4051 case frontend::EmitAssembly: in isStrictlyPreprocessorAction()