Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h331 LTO_DS_ERROR = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp701 Severity = LTO_DS_ERROR; in DiagnosticHandler()
763 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp294 case LTO_DS_ERROR: in handleDiagnostics()