Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp54 case EmitAssembly: return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h59 EmitAssembly, enumerator
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp70 case frontend::EmitAssembly: in IncrementalAction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp204 void EmitAssembly(BackendAction Action,
1089 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly() function in EmitAssemblyHelper
1268 AsmHelper.EmitAssembly(Action, std::move(OS)); in EmitBackendOutput()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2477 {frontend::EmitAssembly, OPT_S}, in getFrontendActionTable()
4141 case frontend::EmitAssembly: in isStrictlyPreprocessorAction()