Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h93 DisableWithDiag // Disable the abort but emit a diagnostic on failure. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp274 AM = GlobalISelAbortMode::DisableWithDiag; in LLVMSetTargetMachineGlobalISelAbort()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp175 clEnumValN(GlobalISelAbortMode::DisableWithDiag, "2",
1572 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h370 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()