LLVM API Documentation

Public Member Functions
llvm::PassManagerPrettyStackEntry Class Reference

#include <LegacyPassManagers.h>

Inheritance diagram for llvm::PassManagerPrettyStackEntry:
Inheritance graph
[legend]
Collaboration diagram for llvm::PassManagerPrettyStackEntry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PassManagerPrettyStackEntry (Pass *p)
 PassManagerPrettyStackEntry (Pass *p, Value &v)
 PassManagerPrettyStackEntry (Pass *p, Module &m)
void print (raw_ostream &OS) const override
 print - Emit information about this stack frame to OS.

Detailed Description

PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated.

Definition at line 117 of file LegacyPassManagers.h.


Constructor & Destructor Documentation

Definition at line 122 of file LegacyPassManagers.h.

Definition at line 124 of file LegacyPassManagers.h.

Definition at line 126 of file LegacyPassManagers.h.


Member Function Documentation

void PassManagerPrettyStackEntry::print ( raw_ostream OS) const [override, virtual]

print - Emit information about this stack frame to OS.

Implements llvm::PrettyStackTraceEntry.

Definition at line 122 of file LegacyPassManager.cpp.

References P.


The documentation for this class was generated from the following files: