LLVM: llvm::DiagnosticInfoPGOProfile Class Reference (original) (raw)
Diagnostic information for the PGO profiler. More...
#include "[llvm/IR/DiagnosticInfo.h](DiagnosticInfo%5F8h%5Fsource.html)"
Inheritance diagram for llvm::DiagnosticInfoPGOProfile:
| Public Member Functions | |
|---|---|
| DiagnosticInfoPGOProfile (const char *FileName, const Twine &Msg LLVM_LIFETIME_BOUND, DiagnosticSeverity Severity=DS_Error) | |
| void | print (DiagnosticPrinter &DP) const override |
| const char * | getFileName () const |
| const Twine & | getMsg () const |
| Public Member Functions inherited from llvm::DiagnosticInfo | |
| DiagnosticInfo (int Kind, DiagnosticSeverity Severity) | |
| virtual | ~DiagnosticInfo ()=default |
| int | getKind () const |
| DiagnosticSeverity | getSeverity () const |
Detailed Description
Diagnostic information for the PGO profiler.
Definition at line 303 of file DiagnosticInfo.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ classof()
◆ getFileName()
| const char * llvm::DiagnosticInfoPGOProfile::getFileName ( ) const | inline |
|---|
◆ getMsg()
| const Twine & llvm::DiagnosticInfoPGOProfile::getMsg ( ) const | inline |
|---|
◆ print()
The documentation for this class was generated from the following files:
- include/llvm/IR/DiagnosticInfo.h
- lib/IR/DiagnosticInfo.cpp