|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <memory>#include <string>#include "LIEF/visibility.h"#include "LIEF/errors.hpp"#include "LIEF/iterators.hpp"#include "LIEF/range.hpp"#include "LIEF/DWARF/Variable.hpp"#include "LIEF/DWARF/Type.hpp"#include "LIEF/DWARF/LexicalBlock.hpp"#include "LIEF/asm/Instruction.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::dwarf::Function |
| This class represents a DWARF function which can be associated with either: DW_TAG_subprogram or DW_TAG_inlined_subroutine. More... | |
| class | LIEF::dwarf::Function::Iterator |
| class | LIEF::dwarf::Function::Iterator::PointerProxy |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::dwarf |
| Namespace for the DWARF debug format. | |
| namespace | LIEF::dwarf::details |