HPCToolkit
BinUtil::Dbg::Proc Class Reference

#include <Dbg-Proc.hpp>

Collaboration diagram for BinUtil::Dbg::Proc:

Public Member Functions

 Proc ()
 
 ~Proc ()
 
Procoperator= (const Proc &x)
 
std::string toString () const
 
std::ostream & dump (std::ostream &os) const
 
void ddump () const
 

Public Attributes

Procparent
 
VMA parentVMA
 
VMA begVMA
 
VMA endVMA
 
std::string name
 
std::string filenm
 
SrcFile::ln begLine
 

Detailed Description

Definition at line 94 of file Dbg-Proc.hpp.

Constructor & Destructor Documentation

◆ Proc()

BinUtil::Dbg::Proc::Proc ( )
inline

Definition at line 96 of file Dbg-Proc.hpp.

◆ ~Proc()

BinUtil::Dbg::Proc::~Proc ( )
inline

Definition at line 100 of file Dbg-Proc.hpp.

Member Function Documentation

◆ ddump()

void BinUtil::Dbg::Proc::ddump ( ) const

Definition at line 115 of file Dbg-Proc.cpp.

Here is the call graph for this function:

◆ dump()

std::ostream & BinUtil::Dbg::Proc::dump ( std::ostream &  os) const

Definition at line 100 of file Dbg-Proc.cpp.

Here is the caller graph for this function:

◆ operator=()

Proc& BinUtil::Dbg::Proc::operator= ( const Proc x)
inline

Definition at line 102 of file Dbg-Proc.hpp.

◆ toString()

std::string BinUtil::Dbg::Proc::toString ( ) const

Definition at line 91 of file Dbg-Proc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ begLine

SrcFile::ln BinUtil::Dbg::Proc::begLine

Definition at line 124 of file Dbg-Proc.hpp.

◆ begVMA

VMA BinUtil::Dbg::Proc::begVMA

Definition at line 121 of file Dbg-Proc.hpp.

◆ endVMA

VMA BinUtil::Dbg::Proc::endVMA

Definition at line 122 of file Dbg-Proc.hpp.

◆ filenm

std::string BinUtil::Dbg::Proc::filenm

Definition at line 123 of file Dbg-Proc.hpp.

◆ name

std::string BinUtil::Dbg::Proc::name

Definition at line 123 of file Dbg-Proc.hpp.

◆ parent

Proc* BinUtil::Dbg::Proc::parent

Definition at line 118 of file Dbg-Proc.hpp.

◆ parentVMA

VMA BinUtil::Dbg::Proc::parentVMA

Definition at line 119 of file Dbg-Proc.hpp.


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