HPCToolkit
|
#include <Dbg-LM.hpp>
Public Types | |
typedef VMA | key_type |
typedef Dbg::Proc * | mapped_type |
typedef std::map< key_type, mapped_type > | My_t |
typedef std::pair< const key_type, mapped_type > | value_type |
typedef My_t::key_compare | key_compare |
typedef My_t::allocator_type | allocator_type |
typedef My_t::reference | reference |
typedef My_t::const_reference | const_reference |
typedef My_t::iterator | iterator |
typedef My_t::const_iterator | const_iterator |
typedef My_t::size_type | size_type |
typedef std::string | key_type1 |
typedef std::map< key_type1, mapped_type > | My1_t |
typedef std::pair< const key_type1, mapped_type > | value_type1 |
typedef My1_t::key_compare | key_compare1 |
typedef My1_t::allocator_type | allocator_type1 |
typedef My1_t::reference | reference1 |
typedef My1_t::const_reference | const_reference1 |
typedef My1_t::iterator | iterator1 |
typedef My1_t::const_iterator | const_iterator1 |
typedef My1_t::size_type | size_type1 |
Private Member Functions | |
void | setParentPointers () |
Static Private Member Functions | |
static int | bfd_dbgInfoCallback (void *callback_obj, void *parent, void *funcinfo) |
Private Attributes | |
My_t | m_map |
My1_t | m_map1 |
Definition at line 97 of file Dbg-LM.hpp.
typedef My_t::allocator_type BinUtil::Dbg::LM::allocator_type |
Definition at line 106 of file Dbg-LM.hpp.
typedef My1_t::allocator_type BinUtil::Dbg::LM::allocator_type1 |
Definition at line 119 of file Dbg-LM.hpp.
typedef My_t::const_iterator BinUtil::Dbg::LM::const_iterator |
Definition at line 110 of file Dbg-LM.hpp.
typedef My1_t::const_iterator BinUtil::Dbg::LM::const_iterator1 |
Definition at line 123 of file Dbg-LM.hpp.
typedef My_t::const_reference BinUtil::Dbg::LM::const_reference |
Definition at line 108 of file Dbg-LM.hpp.
typedef My1_t::const_reference BinUtil::Dbg::LM::const_reference1 |
Definition at line 121 of file Dbg-LM.hpp.
typedef My_t::iterator BinUtil::Dbg::LM::iterator |
Definition at line 109 of file Dbg-LM.hpp.
typedef My1_t::iterator BinUtil::Dbg::LM::iterator1 |
Definition at line 122 of file Dbg-LM.hpp.
typedef My_t::key_compare BinUtil::Dbg::LM::key_compare |
Definition at line 105 of file Dbg-LM.hpp.
typedef My1_t::key_compare BinUtil::Dbg::LM::key_compare1 |
Definition at line 118 of file Dbg-LM.hpp.
typedef VMA BinUtil::Dbg::LM::key_type |
Definition at line 100 of file Dbg-LM.hpp.
typedef std::string BinUtil::Dbg::LM::key_type1 |
Definition at line 114 of file Dbg-LM.hpp.
typedef Dbg::Proc* BinUtil::Dbg::LM::mapped_type |
Definition at line 101 of file Dbg-LM.hpp.
typedef std::map<key_type1, mapped_type> BinUtil::Dbg::LM::My1_t |
Definition at line 116 of file Dbg-LM.hpp.
typedef std::map<key_type, mapped_type> BinUtil::Dbg::LM::My_t |
Definition at line 103 of file Dbg-LM.hpp.
typedef My_t::reference BinUtil::Dbg::LM::reference |
Definition at line 107 of file Dbg-LM.hpp.
typedef My1_t::reference BinUtil::Dbg::LM::reference1 |
Definition at line 120 of file Dbg-LM.hpp.
typedef My_t::size_type BinUtil::Dbg::LM::size_type |
Definition at line 111 of file Dbg-LM.hpp.
typedef My1_t::size_type BinUtil::Dbg::LM::size_type1 |
Definition at line 124 of file Dbg-LM.hpp.
typedef std::pair<const key_type, mapped_type> BinUtil::Dbg::LM::value_type |
Definition at line 104 of file Dbg-LM.hpp.
typedef std::pair<const key_type1, mapped_type> BinUtil::Dbg::LM::value_type1 |
Definition at line 117 of file Dbg-LM.hpp.
BinUtil::Dbg::LM::LM | ( | ) |
Definition at line 95 of file Dbg-LM.cpp.
BinUtil::Dbg::LM::~LM | ( | ) |
|
inline |
|
inline |
Definition at line 139 of file Dbg-LM.hpp.
|
inline |
|
inline |
Definition at line 185 of file Dbg-LM.hpp.
|
staticprivate |
Definition at line 186 of file Dbg-LM.cpp.
void BinUtil::Dbg::LM::clear | ( | ) |
Definition at line 129 of file Dbg-LM.cpp.
void BinUtil::Dbg::LM::clear1 | ( | ) |
Definition at line 139 of file Dbg-LM.cpp.
Definition at line 174 of file Dbg-LM.hpp.
void BinUtil::Dbg::LM::ddump | ( | ) | const |
Definition at line 176 of file Dbg-LM.cpp.
std::ostream & BinUtil::Dbg::LM::dump | ( | std::ostream & | os | ) | const |
Definition at line 158 of file Dbg-LM.cpp.
|
inline |
|
inline |
Definition at line 143 of file Dbg-LM.hpp.
|
inline |
|
inline |
Definition at line 189 of file Dbg-LM.hpp.
|
inline |
Definition at line 160 of file Dbg-LM.hpp.
Definition at line 162 of file Dbg-LM.hpp.
|
inline |
Definition at line 206 of file Dbg-LM.hpp.
Definition at line 208 of file Dbg-LM.hpp.
|
inline |
Definition at line 172 of file Dbg-LM.hpp.
|
inline |
Definition at line 218 of file Dbg-LM.hpp.
|
inline |
|
inline |
Definition at line 157 of file Dbg-LM.hpp.
|
inline |
|
inline |
Definition at line 203 of file Dbg-LM.hpp.
|
inline |
Definition at line 151 of file Dbg-LM.hpp.
|
inline |
Definition at line 197 of file Dbg-LM.hpp.
void BinUtil::Dbg::LM::read | ( | bfd * | abfd, |
asymbol ** | bfdSymTab | ||
) |
Definition at line 108 of file Dbg-LM.cpp.
|
private |
Definition at line 293 of file Dbg-LM.cpp.
|
inline |
Definition at line 147 of file Dbg-LM.hpp.
|
inline |
Definition at line 193 of file Dbg-LM.hpp.
std::string BinUtil::Dbg::LM::toString | ( | ) | const |
Definition at line 149 of file Dbg-LM.cpp.
|
private |
Definition at line 246 of file Dbg-LM.hpp.
|
private |
Definition at line 247 of file Dbg-LM.hpp.