15#ifndef LIEF_DWARF_TYPE_BASE_H
16#define LIEF_DWARF_TYPE_BASE_H
57 return type->
kind() == Type::KIND::BASE;
This class represents a DWARF Type which includes:
Definition DWARF/Type.hpp:47
This class wraps the DW_TAG_base_type type which can be used – for instance – to represent integers o...
Definition Base.hpp:27
static bool classof(const Type *type)
Definition Base.hpp:56
ENCODING
Definition Base.hpp:31
ENCODING encoding() const
Describe how the the base type is encoded and should be interpreted.
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41