Home
last modified time | relevance | path

Searched refs:Backend_EmitAssembly (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDBackendUtil.h36 Backend_EmitAssembly, ///< Emit native assembly files enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp981 case Backend_EmitAssembly: in GetOutputStream()
1234 : CodeGenAction(Backend_EmitAssembly, _VMContext) {} in EmitAssemblyAction()
HDBackendUtil.cpp314 assert(Action == Backend_EmitAssembly && "Invalid action!"); in getCodeGenFileType()
1128 case Backend_EmitAssembly: in RunCodegenPipeline()