Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h332 LTO_DS_WARNING = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp704 Severity = LTO_DS_WARNING; in DiagnosticHandler()
770 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp297 case LTO_DS_WARNING: in handleDiagnostics()