Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp234 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix() function in LLVMContext
264 errs() << getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in diagnose()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h254 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp334 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in handleDiagnostics()