|
LLVM
4.0.0
|
#include <DiagnosticInfo.h>
Public Member Functions | |
| DiagnosticInfoStackSize (const Function &Fn, uint64_t StackSize, DiagnosticSeverity Severity=DS_Warning, uint64_t StackLimit=0) | |
| uint64_t | getStackSize () const |
| uint64_t | getStackLimit () const |
Public Member Functions inherited from llvm::DiagnosticInfoResourceLimit | |
| DiagnosticInfoResourceLimit (const Function &Fn, const char *ResourceName, uint64_t ResourceSize, DiagnosticSeverity Severity=DS_Warning, DiagnosticKind Kind=DK_ResourceLimit, uint64_t ResourceLimit=0) | |
The function that is concerned by this stack size diagnostic. More... | |
| const Function & | getFunction () const |
| const char * | getResourceName () const |
| uint64_t | getResourceSize () const |
| uint64_t | getResourceLimit () const |
| void | print (DiagnosticPrinter &DP) const override |
Public Member Functions inherited from llvm::DiagnosticInfo | |
| DiagnosticInfo (int Kind, DiagnosticSeverity Severity) | |
| virtual | ~DiagnosticInfo ()=default |
| int | getKind () const |
| DiagnosticSeverity | getSeverity () const |
Static Public Member Functions | |
| static bool | classof (const DiagnosticInfo *DI) |
Static Public Member Functions inherited from llvm::DiagnosticInfoResourceLimit | |
| static bool | classof (const DiagnosticInfo *DI) |
Definition at line 214 of file DiagnosticInfo.h.
|
inline |
Definition at line 216 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 226 of file DiagnosticInfo.h.
References llvm::DK_StackSize, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 224 of file DiagnosticInfo.h.
References llvm::DiagnosticInfoResourceLimit::getResourceLimit().
|
inline |
Definition at line 223 of file DiagnosticInfo.h.
References llvm::DiagnosticInfoResourceLimit::getResourceSize().
1.8.6