Go to the documentation of this file.
15#ifndef LIEF_DWARF_TYPE_BASE_H
16#define LIEF_DWARF_TYPE_BASE_H
57 return type->
kind() == Type::KIND::BASE;
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 encoding() const
Describe how the base type is encoded and should be interpreted.
Definition DWARF/types/Array.hpp:23
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
@ SIGNED
Definition DWARF/enums.hpp:33
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41