Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h38 Backend_EmitMCNull, ///< Run CodeGen, but don't emit anything enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp949 case Backend_EmitMCNull: in GetOutputStream()
1215 : CodeGenAction(Backend_EmitMCNull, _VMContext) {} in EmitCodeGenOnlyAction()
H A DBackendUtil.cpp313 else if (Action == Backend_EmitMCNull) in getCodeGenFileType()
1227 case Backend_EmitMCNull: in RunCodegenPipeline()