BinaryNinja::DebugInfoParser Class Reference

Public Member Functions

 DebugInfoParser (BNDebugInfoParser *parser)
 
std::string GetName () const
 
Ref< DebugInfoParse (Ref< BinaryView > view, Ref< DebugInfo > existingDebugInfo=nullptr) const
 
bool IsValidForView (const Ref< BinaryView > view) const
 
- Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference >
 CoreRefCountObject ()
 
virtual ~CoreRefCountObject ()
 
BNDebugInfoParser * GetObject () const
 
void AddRef ()
 
void Release ()
 
void AddRefForRegistration ()
 
void ReleaseForRegistration ()
 

Static Public Member Functions

static Ref< DebugInfoParserGetByName (const std::string &name)
 
static std::vector< Ref< DebugInfoParser > > GetList ()
 
static std::vector< Ref< DebugInfoParser > > GetListForView (const Ref< BinaryView > data)
 
- Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference >
static BNDebugInfoParser * GetObject (CoreRefCountObject *obj)
 

Additional Inherited Members

- Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference >
std::atomic< int > m_refs
 
bool m_registeredRef
 
BNDebugInfoParser * m_object
 

Constructor & Destructor Documentation

◆ DebugInfoParser()

DebugInfoParser::DebugInfoParser ( BNDebugInfoParser *  parser)

Member Function Documentation

◆ GetByName()

Ref< DebugInfoParser > DebugInfoParser::GetByName ( const std::string &  name)
static

◆ GetList()

vector< Ref< DebugInfoParser > > DebugInfoParser::GetList ( )
static

◆ GetListForView()

vector< Ref< DebugInfoParser > > DebugInfoParser::GetListForView ( const Ref< BinaryView data)
static

◆ GetName()

string DebugInfoParser::GetName ( ) const

◆ IsValidForView()

bool DebugInfoParser::IsValidForView ( const Ref< BinaryView view) const

◆ Parse()

Ref< DebugInfo > DebugInfoParser::Parse ( Ref< BinaryView view,
Ref< DebugInfo existingDebugInfo = nullptr 
) const

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