Go to the documentation of this file.
15#ifndef LIEF_DWARF_STRING_TYPE_H
16#define LIEF_DWARF_STRING_TYPE_H
31 return type->
kind() == Type::KIND::STRING;
This class represents a DW_TAG_string_type
Definition StringTy.hpp:26
static bool classof(const Type *type)
Definition StringTy.hpp:30
Definition DWARF/types/Array.hpp:23
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41