Go to the documentation of this file.
15#ifndef LIEF_DWARF_EDITOR_BASE_TYPE_H
16#define LIEF_DWARF_EDITOR_BASE_TYPE_H
31 enum class ENCODING : uint32_t {
This class represents a primitive type like int, char.
Definition BaseType.hpp:27
~BaseType() override=default
static bool classof(const Type *type)
This class is the base class for any types created when editing DWARF debug info.
Definition DWARF/editor/Type.hpp:36
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
@ SIGNED
Definition DWARF/enums.hpp:33
LIEF namespace.
Definition Abstract/Binary.hpp:39
#define LIEF_API
Definition visibility.h:41