class DiagnosticInfoPGOProfile
Declaration
class DiagnosticInfoPGOProfile : public DiagnosticInfo { /* full declaration omitted */ };
Description
Diagnostic information for the PGO profiler.
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:321
Inherits from: DiagnosticInfo
Method Overview
- public DiagnosticInfoPGOProfile(const char * FileName, const llvm::Twine & Msg, llvm::DiagnosticSeverity Severity = DS_Error)
- public static bool classof(const llvm::DiagnosticInfo * DI)
- public const char * getFileName() const
- public const llvm::Twine & getMsg() const
- public void print(llvm::DiagnosticPrinter & DP) const
Inherited from DiagnosticInfo:
Methods
¶DiagnosticInfoPGOProfile(
const char* FileName,
const llvm::Twine& Msg,
llvm::DiagnosticSeverity Severity = DS_Error)
DiagnosticInfoPGOProfile(
const char* FileName,
const llvm::Twine& Msg,
llvm::DiagnosticSeverity Severity = DS_Error)
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:323
Parameters
- const char* FileName
- const llvm::Twine& Msg
- llvm::DiagnosticSeverity Severity = DS_Error
¶static bool classof(
const llvm::DiagnosticInfo* DI)
static bool classof(
const llvm::DiagnosticInfo* DI)
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:330
Parameters
- const llvm::DiagnosticInfo* DI
¶const char* getFileName() const
const char* getFileName() const
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:334
¶const llvm::Twine& getMsg() const
const llvm::Twine& getMsg() const
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:335
¶void print(llvm::DiagnosticPrinter& DP) const
void print(llvm::DiagnosticPrinter& DP) const
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:328