Home
last modified time | relevance | path

Searched refs:getDiagnosticMessagePrefix (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp239 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix() function in LLVMContext
266 errs() << getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in diagnose()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp215 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix() function in LLVMContext
249 errs() << getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in diagnose()
/external/llvm/include/llvm/IR/
DLLVMContext.h179 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h206 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h261 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/llvm/tools/llc/
Dllc.cpp219 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in DiagnosticHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp254 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in handleDiagnostics()