LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <DebugInfo.hpp>
Public Types | |
enum class | FORMAT { UNKNOWN = 0 , DWARF , PDB } |
Public Member Functions | |
DebugInfo (std::unique_ptr< details::DebugInfo > impl) | |
virtual | ~DebugInfo () |
virtual FORMAT | format () const |
|
strong |
LIEF::DebugInfo::DebugInfo | ( | std::unique_ptr< details::DebugInfo > | impl | ) |
|
virtual |
Reimplemented in LIEF::dwarf::DebugInfo, and LIEF::pdb::DebugInfo.
|
inlinevirtual |
Reimplemented in LIEF::dwarf::DebugInfo, and LIEF::pdb::DebugInfo.