Home
last modified time | relevance | path

Searched refs:DS_Error (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h38 DS_Error, enumerator
120 DiagnosticSeverity Severity = DS_Error)
129 DiagnosticSeverity Severity = DS_Error)
139 DiagnosticSeverity Severity = DS_Error);
213 DiagnosticSeverity Severity = DS_Error)
217 DiagnosticSeverity Severity = DS_Error)
221 DiagnosticSeverity Severity = DS_Error)
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp122 case DS_Error: OS << "error: "; break; in diagnosticHandler()
132 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp92 case DS_Error: in diagnosticHandler()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp347 case llvm::DS_Error: \
365 case llvm::DS_Error: \
499 if (DI.getSeverity() != DS_Error) in linkerDiagnosticHandler()
/external/llvm/lib/IR/
DLLVMContext.cpp209 case DS_Error: in diagnose()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp623 case DS_Error: in DiagnosticHandler2()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
/external/llvm/tools/gold/
Dgold-plugin.cpp296 case DS_Error: in diagnosticHandler()
/external/llvm/lib/Linker/
DLinkModules.cpp442 DiagnosticHandler(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp53 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoUnsupported()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp394 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in Error()