Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp214 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix() function in LLVMContext
244 errs() << getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in diagnose()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h248 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp317 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in handleDiagnostics()