LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::dwarf::editor Namespace Reference

Namespaces

namespace  details
 

Classes

class  ArrayType
 This class represents an array type (DW_TAG_array_type). More...
 
class  BaseType
 This class represents a primitive type like int, char. More...
 
class  CompilationUnit
 This class represents an editable DWARF compilation unit. More...
 
class  EnumType
 This class represents an editable enum type (DW_TAG_enumeration_type) More...
 
class  Function
 This class represents an editable DWARF function (DW_TAG_subprogram) More...
 
class  FunctionType
 This class represents a function type (DW_TAG_subroutine_type) More...
 
class  PointerType
 This class represents a pointer to another type. More...
 
class  StructType
 This class represents a struct-like type which can be: More...
 
class  Type
 This class is the base class for any types created when editing DWARF debug info. More...
 
class  TypeDef
 This class represents a typedef (DW_TAG_typedef). More...
 
class  Variable
 This class represents an editable DWARF variable which can be scoped by a function or a compilation unit (DW_TAG_variable) More...