Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp54 case EmitAssembly: return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h60 EmitAssembly, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp228 void EmitAssembly(BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS,
1161 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly() function in EmitAssemblyHelper
1341 AsmHelper.EmitAssembly(Action, std::move(OS), BC); in EmitBackendOutput()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp143 case frontend::EmitAssembly: in IncrementalAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2618 {frontend::EmitAssembly, OPT_S}, in getFrontendActionTable()
4466 case frontend::EmitAssembly: in isStrictlyPreprocessorAction()