Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h110 DisableWithDiag // Disable the abort but emit a diagnostic on failure. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp166 clEnumValN(GlobalISelAbortMode::DisableWithDiag, "2",
1483 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h266 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()