retdec
|
#include <debugformat.h>
Additional Inherited Members | |
![]() | |
using | SymbolTable = std::map< retdec::common::Address, const retdec::fileformat::Symbol * > |
![]() | |
DebugFormat () | |
DebugFormat (retdec::loader::Image *inFile, const std::string &pdbFile, SymbolTable *symtab, retdec::demangler::Demangler *demangler) | |
retdec::common::Function * | getFunction (retdec::common::Address a) |
const retdec::common::Object * | getGlobalVar (retdec::common::Address a) |
bool | hasInformation () const |
![]() | |
retdec::common::GlobalVarContainer | globals |
retdec::common::TypeContainer | types |
std::map< retdec::common::Address, retdec::common::Function > | functions |