LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
Function.hpp File Reference
#include <cstdint>
#include <memory>
#include <vector>
#include <string>
#include "LIEF/visibility.h"
Include dependency graph for DWARF/editor/Function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::dwarf::editor::Function
 This class represents an editable DWARF function (DW_TAG_subprogram) More...
 
struct  LIEF::dwarf::editor::Function::range_t
 
class  LIEF::dwarf::editor::Function::Parameter
 This class represents a parameter of the current function (DW_TAG_formal_parameter) More...
 
class  LIEF::dwarf::editor::Function::LexicalBlock
 This class mirrors the DW_TAG_lexical_block DWARF tag. More...
 
class  LIEF::dwarf::editor::Function::Label
 This class mirrors the DW_TAG_label DWARF tag. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::dwarf
 Namespace for the DWARF debug format.
 
namespace  LIEF::dwarf::editor
 
namespace  LIEF::dwarf::editor::details