LLVM 19.0.0git
Classes | Enumerations | Functions | Variables
llvm::dwarf Namespace Reference

Classes

class  CFIProgram
 Represent a sequence of Call Frame Information instructions that, when read in order, construct a table mapping PC to frame state. More...
 
class  CIE
 DWARF Common Information Entry (CIE) More...
 
struct  EnumTraits
 
struct  EnumTraits< Attribute >
 
struct  EnumTraits< Form >
 
struct  EnumTraits< Index >
 
struct  EnumTraits< LineNumberOps >
 
struct  EnumTraits< LocationAtom >
 
struct  EnumTraits< Tag >
 
class  FDE
 DWARF Frame Description Entry (FDE) More...
 
struct  FormParams
 A helper struct providing information about the byte size of DW_FORM values that vary in size depending on the DWARF version, address byte size, or DWARF32/DWARF64. More...
 
class  FrameEntry
 An entry in either debug_frame or eh_frame. More...
 
struct  PubIndexEntryDescriptor
 Describes an entry of the various gnu_pub* debug sections. More...
 
class  RegisterLocations
 A class that can track all registers with locations in a UnwindRow object. More...
 
class  UnwindLocation
 A class that represents a location for the Call Frame Address (CFA) or a register. More...
 
class  UnwindRow
 A class that represents a single row in the unwind table that is decoded by parsing the DWARF Call Frame Information opcodes. More...
 
class  UnwindTable
 A class that contains all UnwindRow objects for an FDE or a single unwind row for a CIE. More...
 

Enumerations

enum  LLVMConstants : uint32_t {
  DW_TAG_invalid = ~0U , DW_VIRTUALITY_invalid = ~0U , DW_MACINFO_invalid = ~0U , DW_LENGTH_lo_reserved = 0xfffffff0 ,
  DW_LENGTH_DWARF64 = 0xffffffff , DW_LENGTH_hi_reserved = 0xffffffff , DWARF_VERSION = 4 , DW_PUBTYPES_VERSION = 2 ,
  DW_PUBNAMES_VERSION = 2 , DW_ARANGES_VERSION = 2 , DWARF_VENDOR_DWARF = 0 , DWARF_VENDOR_APPLE = 1 ,
  DWARF_VENDOR_BORLAND = 2 , DWARF_VENDOR_GNU = 3 , DWARF_VENDOR_GOOGLE = 4 , DWARF_VENDOR_LLVM = 5 ,
  DWARF_VENDOR_MIPS = 6 , DWARF_VENDOR_WASM = 7 , DWARF_VENDOR_ALTIUM , DWARF_VENDOR_COMPAQ ,
  DWARF_VENDOR_GHS , DWARF_VENDOR_GO , DWARF_VENDOR_HP , DWARF_VENDOR_IBM ,
  DWARF_VENDOR_INTEL , DWARF_VENDOR_PGI , DWARF_VENDOR_SUN , DWARF_VENDOR_UPC
}
 
enum  DwarfFormat : uint8_t { DWARF32 , DWARF64 }
 Constants that define the DWARF format as 32 or 64 bit. More...
 
enum  Tag : uint16_t { DW_TAG_lo_user = 0x4080 , DW_TAG_hi_user = 0xffff , DW_TAG_user_base = 0x1000 }
 
enum  Attribute : uint16_t { DW_AT_lo_user = 0x2000 , DW_AT_hi_user = 0x3fff }
 Attributes. More...
 
enum  Form : uint16_t { DW_FORM_lo_user = 0x1f00 }
 
enum  LocationAtom {
  DW_OP_lo_user = 0xe0 , DW_OP_hi_user = 0xff , DW_OP_LLVM_fragment = 0x1000 , DW_OP_LLVM_convert = 0x1001 ,
  DW_OP_LLVM_tag_offset = 0x1002 , DW_OP_LLVM_entry_value = 0x1003 , DW_OP_LLVM_implicit_pointer = 0x1004 , DW_OP_LLVM_arg = 0x1005
}
 
enum  LlvmUserLocationAtom
 
enum  TypeKind : uint8_t { DW_ATE_lo_user = 0x80 , DW_ATE_hi_user = 0xff }
 
enum  DecimalSignEncoding {
  DW_DS_unsigned = 0x01 , DW_DS_leading_overpunch = 0x02 , DW_DS_trailing_overpunch = 0x03 , DW_DS_leading_separate = 0x04 ,
  DW_DS_trailing_separate = 0x05
}
 
enum  EndianityEncoding { DW_END_lo_user = 0x40 , DW_END_hi_user = 0xff }
 
enum  AccessAttribute { DW_ACCESS_public = 0x01 , DW_ACCESS_protected = 0x02 , DW_ACCESS_private = 0x03 }
 
enum  VisibilityAttribute { DW_VIS_local = 0x01 , DW_VIS_exported = 0x02 , DW_VIS_qualified = 0x03 }
 
enum  VirtualityAttribute { DW_VIRTUALITY_max = 0x02 }
 
enum  DefaultedMemberAttribute { DW_DEFAULTED_max = 0x02 }
 
enum  SourceLanguage { DW_LANG_lo_user = 0x8000 , DW_LANG_hi_user = 0xffff }
 
enum  CaseSensitivity { DW_ID_case_sensitive = 0x00 , DW_ID_up_case = 0x01 , DW_ID_down_case = 0x02 , DW_ID_case_insensitive = 0x03 }
 
enum  CallingConvention { DW_CC_lo_user = 0x40 , DW_CC_hi_user = 0xff }
 
enum  InlineAttribute { DW_INL_not_inlined = 0x00 , DW_INL_inlined = 0x01 , DW_INL_declared_not_inlined = 0x02 , DW_INL_declared_inlined = 0x03 }
 
enum  ArrayDimensionOrdering { DW_ORD_row_major = 0x00 , DW_ORD_col_major = 0x01 }
 
enum  DiscriminantList { DW_DSC_label = 0x00 , DW_DSC_range = 0x01 }
 
enum  LineNumberOps : uint8_t
 Line Number Standard Opcode Encodings. More...
 
enum  LineNumberExtendedOps { DW_LNE_lo_user = 0x80 , DW_LNE_hi_user = 0xff }
 Line Number Extended Opcode Encodings. More...
 
enum  LineNumberEntryFormat { DW_LNCT_lo_user = 0x2000 , DW_LNCT_hi_user = 0x3fff }
 
enum  MacinfoRecordType {
  DW_MACINFO_define = 0x01 , DW_MACINFO_undef = 0x02 , DW_MACINFO_start_file = 0x03 , DW_MACINFO_end_file = 0x04 ,
  DW_MACINFO_vendor_ext = 0xff
}
 
enum  MacroEntryType { DW_MACRO_lo_user = 0xe0 , DW_MACRO_hi_user = 0xff }
 DWARF v5 macro information entry type encodings. More...
 
enum  GnuMacroEntryType { DW_MACRO_GNU_lo_user = 0xe0 , DW_MACRO_GNU_hi_user = 0xff }
 GNU .debug_macro macro information entry type encodings. More...
 
enum  RnglistEntries
 DWARF v5 range list entry encoding values. More...
 
enum  LoclistEntries
 DWARF v5 loc list entry encoding values. More...
 
enum  CallFrameInfo { DW_CFA_extended = 0x00 , DW_CFA_lo_user = 0x1c , DW_CFA_hi_user = 0x3f }
 Call frame instruction encodings. More...
 
enum  Constants {
  DW_CHILDREN_no = 0x00 , DW_CHILDREN_yes = 0x01 , DW_EH_PE_absptr = 0x00 , DW_EH_PE_omit = 0xff ,
  DW_EH_PE_uleb128 = 0x01 , DW_EH_PE_udata2 = 0x02 , DW_EH_PE_udata4 = 0x03 , DW_EH_PE_udata8 = 0x04 ,
  DW_EH_PE_sleb128 = 0x09 , DW_EH_PE_sdata2 = 0x0A , DW_EH_PE_sdata4 = 0x0B , DW_EH_PE_sdata8 = 0x0C ,
  DW_EH_PE_signed = 0x08 , DW_EH_PE_pcrel = 0x10 , DW_EH_PE_textrel = 0x20 , DW_EH_PE_datarel = 0x30 ,
  DW_EH_PE_funcrel = 0x40 , DW_EH_PE_aligned = 0x50 , DW_EH_PE_indirect = 0x80
}
 
enum  ApplePropertyAttributes
 Constants for the DW_APPLE_PROPERTY_attributes attribute. More...
 
enum  UnitType : unsigned char { DW_UT_lo_user = 0x80 , DW_UT_hi_user = 0xff }
 Constants for unit types in DWARF v5. More...
 
enum  Index { DW_IDX_lo_user = 0x2000 , DW_IDX_hi_user = 0x3fff }
 
enum  AcceleratorTable {
  DW_ATOM_null = 0u , DW_ATOM_die_offset = 1u , DW_ATOM_cu_offset = 2u , DW_ATOM_die_tag = 3u ,
  DW_ATOM_type_flags = 4u , DW_ATOM_type_type_flags = 5u , DW_ATOM_qual_name_hash = 6u , DW_FLAG_type_implementation = 2u ,
  DW_hash_function_djb = 0u
}
 
enum  GDBIndexEntryKind {
  GIEK_NONE , GIEK_TYPE , GIEK_VARIABLE , GIEK_FUNCTION ,
  GIEK_OTHER , GIEK_UNUSED5 , GIEK_UNUSED6 , GIEK_UNUSED7
}
 
enum  GDBIndexEntryLinkage { GIEL_EXTERNAL , GIEL_STATIC }
 

Functions

bool isType (Tag T)
 
bool isCPlusPlus (SourceLanguage S)
 
bool isFortran (SourceLanguage S)
 
bool isC (SourceLanguage S)
 
TypeKind getArrayIndexTypeEncoding (SourceLanguage S)
 
bool isUnitType (uint8_t UnitType)
 
bool isUnitType (dwarf::Tag T)
 
std::pair< uint32_t, uint32_tgetDebugNamesBucketAndHashCount (MutableArrayRef< uint32_t > Hashes)
 
StringRef TagString (unsigned Tag)
 
StringRef ChildrenString (unsigned Children)
 
StringRef AttributeString (unsigned Attribute)
 
StringRef FormEncodingString (unsigned Encoding)
 
StringRef OperationEncodingString (unsigned Encoding)
 
StringRef SubOperationEncodingString (unsigned OpEncoding, unsigned SubOpEncoding)
 
StringRef AttributeEncodingString (unsigned Encoding)
 
StringRef DecimalSignString (unsigned Sign)
 
StringRef EndianityString (unsigned Endian)
 
StringRef AccessibilityString (unsigned Access)
 
StringRef DefaultedMemberString (unsigned DefaultedEncodings)
 
StringRef VisibilityString (unsigned Visibility)
 
StringRef VirtualityString (unsigned Virtuality)
 
StringRef LanguageString (unsigned Language)
 
StringRef CaseString (unsigned Case)
 
StringRef ConventionString (unsigned Convention)
 
StringRef InlineCodeString (unsigned Code)
 
StringRef ArrayOrderString (unsigned Order)
 
StringRef LNStandardString (unsigned Standard)
 
StringRef LNExtendedString (unsigned Encoding)
 
StringRef MacinfoString (unsigned Encoding)
 
StringRef MacroString (unsigned Encoding)
 
StringRef GnuMacroString (unsigned Encoding)
 
StringRef RangeListEncodingString (unsigned Encoding)
 
StringRef LocListEncodingString (unsigned Encoding)
 
StringRef CallFrameString (unsigned Encoding, Triple::ArchType Arch)
 
StringRef ApplePropertyString (unsigned)
 
StringRef UnitTypeString (unsigned)
 
StringRef AtomTypeString (unsigned Atom)
 
StringRef GDBIndexEntryKindString (GDBIndexEntryKind Kind)
 
StringRef GDBIndexEntryLinkageString (GDBIndexEntryLinkage Linkage)
 
StringRef IndexString (unsigned Idx)
 
StringRef FormatString (DwarfFormat Format)
 
StringRef FormatString (bool IsDWARF64)
 
StringRef RLEString (unsigned RLE)
 
unsigned getTag (StringRef TagString)
 
unsigned getOperationEncoding (StringRef OperationEncodingString)
 
unsigned getSubOperationEncoding (unsigned OpEncoding, StringRef SubOperationEncodingString)
 
unsigned getVirtuality (StringRef VirtualityString)
 
unsigned getLanguage (StringRef LanguageString)
 
unsigned getCallingConvention (StringRef LanguageString)
 
unsigned getAttributeEncoding (StringRef EncodingString)
 
unsigned getMacinfo (StringRef MacinfoString)
 
unsigned getMacro (StringRef MacroString)
 
unsigned TagVersion (Tag T)
 
unsigned AttributeVersion (Attribute A)
 
unsigned FormVersion (Form F)
 
unsigned OperationVersion (LocationAtom O)
 
unsigned AttributeEncodingVersion (TypeKind E)
 
unsigned LanguageVersion (SourceLanguage L)
 
unsigned TagVendor (Tag T)
 
unsigned AttributeVendor (Attribute A)
 
unsigned FormVendor (Form F)
 
unsigned OperationVendor (LocationAtom O)
 
unsigned AttributeEncodingVendor (TypeKind E)
 
unsigned LanguageVendor (SourceLanguage L)
 
std::optional< unsignedLanguageLowerBound (SourceLanguage L)
 
uint8_t getDwarfOffsetByteSize (DwarfFormat Format)
 The size of a reference determined by the DWARF 32/64-bit format.
 
uint8_t getUnitLengthFieldByteSize (DwarfFormat Format)
 Get the byte size of the unit length field depending on the DWARF format.
 
std::optional< uint8_t > getFixedFormByteSize (dwarf::Form Form, FormParams Params)
 Get the fixed byte size for a given form.
 
bool isValidFormForVersion (Form F, unsigned Version, bool ExtensionsOk=true)
 Tells whether the specified form is defined in the specified version, or is an extension if extensions are allowed.
 
StringRef AttributeValueString (uint16_t Attr, unsigned Val)
 Returns the symbolic string representing Val when used as a value for attribute Attr.
 
StringRef AtomValueString (uint16_t Atom, unsigned Val)
 Returns the symbolic string representing Val when used as a value for atom Atom.
 
uint64_t computeTombstoneAddress (uint8_t AddressByteSize)
 
raw_ostreamoperator<< (raw_ostream &OS, const UnwindLocation &R)
 
raw_ostreamoperator<< (raw_ostream &OS, const RegisterLocations &RL)
 
raw_ostreamoperator<< (raw_ostream &OS, const UnwindRow &Row)
 
raw_ostreamoperator<< (raw_ostream &OS, const UnwindTable &Rows)
 
std::optional< const char * > toString (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract a string value from it.
 
StringRef toStringRef (const std::optional< DWARFFormValue > &V, StringRef Default={})
 Take an optional DWARFFormValue and try to extract a string value from it.
 
const chartoString (const std::optional< DWARFFormValue > &V, const char *Default)
 Take an optional DWARFFormValue and extract a string value from it.
 
std::optional< uint64_ttoUnsigned (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract an unsigned constant.
 
uint64_t toUnsigned (const std::optional< DWARFFormValue > &V, uint64_t Default)
 Take an optional DWARFFormValue and extract a unsigned constant.
 
std::optional< uint64_ttoReference (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract an reference.
 
uint64_t toReference (const std::optional< DWARFFormValue > &V, uint64_t Default)
 Take an optional DWARFFormValue and extract a reference.
 
std::optional< int64_t > toSigned (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract an signed constant.
 
int64_t toSigned (const std::optional< DWARFFormValue > &V, int64_t Default)
 Take an optional DWARFFormValue and extract a signed integer.
 
std::optional< uint64_ttoAddress (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract an address.
 
std::optional< object::SectionedAddresstoSectionedAddress (const std::optional< DWARFFormValue > &V)
 
uint64_t toAddress (const std::optional< DWARFFormValue > &V, uint64_t Default)
 Take an optional DWARFFormValue and extract a address.
 
std::optional< uint64_ttoSectionOffset (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract an section offset.
 
uint64_t toSectionOffset (const std::optional< DWARFFormValue > &V, uint64_t Default)
 Take an optional DWARFFormValue and extract a section offset.
 
std::optional< ArrayRef< uint8_t > > toBlock (const std::optional< DWARFFormValue > &V)
 Take an optional DWARFFormValue and try to extract block data.
 
bool doesFormBelongToClass (dwarf::Form Form, DWARFFormValue::FormClass FC, uint16_t DwarfVersion)
 Check whether specified Form belongs to the FC class.
 

Variables

const uint32_t DW_INVALID_OFFSET = UINT32_MAX
 Identifier of an invalid DIE offset in the .debug_info section.
 
constexpr uint32_t InvalidRegisterNumber = UINT32_MAX
 
constexpr Tag DW_TAG_unaligned = Tag(dwarf::DW_TAG_hi_user + 1)
 
const uint32_t DW_CIE_ID = UINT32_MAX
 Special ID values that distinguish a CIE from a FDE in DWARF CFI.
 
const uint64_t DW64_CIE_ID = UINT64_MAX
 

Enumeration Type Documentation

◆ AcceleratorTable

Enumerator
DW_ATOM_null 
DW_ATOM_die_offset 

Marker as the end of a list of atoms.

DW_ATOM_cu_offset 
DW_ATOM_die_tag 
DW_ATOM_type_flags 
DW_ATOM_type_type_flags 
DW_ATOM_qual_name_hash 
DW_FLAG_type_implementation 
DW_hash_function_djb 

Definition at line 592 of file Dwarf.h.

◆ AccessAttribute

Enumerator
DW_ACCESS_public 
DW_ACCESS_protected 
DW_ACCESS_private 

Definition at line 178 of file Dwarf.h.

◆ ApplePropertyAttributes

Constants for the DW_APPLE_PROPERTY_attributes attribute.

Keep this list in sync with clang's DeclObjCCommon.h ObjCPropertyAttribute::Kind!

Definition at line 545 of file Dwarf.h.

◆ ArrayDimensionOrdering

Enumerator
DW_ORD_row_major 
DW_ORD_col_major 

Definition at line 437 of file Dwarf.h.

◆ Attribute

Attributes.

Enumerator
DW_AT_lo_user 
DW_AT_hi_user 

Definition at line 123 of file Dwarf.h.

◆ CallFrameInfo

Call frame instruction encodings.

Enumerator
DW_CFA_extended 
DW_CFA_lo_user 
DW_CFA_hi_user 

Definition at line 508 of file Dwarf.h.

◆ CallingConvention

Enumerator
DW_CC_lo_user 
DW_CC_hi_user 

Definition at line 421 of file Dwarf.h.

◆ CaseSensitivity

Enumerator
DW_ID_case_sensitive 
DW_ID_up_case 
DW_ID_down_case 
DW_ID_case_insensitive 

Definition at line 413 of file Dwarf.h.

◆ Constants

Enumerator
DW_CHILDREN_no 
DW_CHILDREN_yes 
DW_EH_PE_absptr 
DW_EH_PE_omit 
DW_EH_PE_uleb128 
DW_EH_PE_udata2 
DW_EH_PE_udata4 
DW_EH_PE_udata8 
DW_EH_PE_sleb128 
DW_EH_PE_sdata2 
DW_EH_PE_sdata4 
DW_EH_PE_sdata8 
DW_EH_PE_signed 
DW_EH_PE_pcrel 
DW_EH_PE_textrel 
DW_EH_PE_datarel 
DW_EH_PE_funcrel 
DW_EH_PE_aligned 
DW_EH_PE_indirect 

Definition at line 518 of file Dwarf.h.

◆ DecimalSignEncoding

Enumerator
DW_DS_unsigned 
DW_DS_leading_overpunch 
DW_DS_trailing_overpunch 
DW_DS_leading_separate 
DW_DS_trailing_separate 

Definition at line 161 of file Dwarf.h.

◆ DefaultedMemberAttribute

Enumerator
DW_DEFAULTED_max 

Definition at line 198 of file Dwarf.h.

◆ DiscriminantList

Enumerator
DW_DSC_label 
DW_DSC_range 

Definition at line 443 of file Dwarf.h.

◆ DwarfFormat

enum llvm::dwarf::DwarfFormat : uint8_t

Constants that define the DWARF format as 32 or 64 bit.

Enumerator
DWARF32 
DWARF64 

Definition at line 91 of file Dwarf.h.

◆ EndianityEncoding

Enumerator
DW_END_lo_user 
DW_END_hi_user 

Definition at line 170 of file Dwarf.h.

◆ Form

Enumerator
DW_FORM_lo_user 

Not specified by DWARF.

Definition at line 130 of file Dwarf.h.

◆ GDBIndexEntryKind

Enumerator
GIEK_NONE 
GIEK_TYPE 
GIEK_VARIABLE 
GIEK_FUNCTION 
GIEK_OTHER 
GIEK_UNUSED5 
GIEK_UNUSED6 
GIEK_UNUSED7 

Definition at line 636 of file Dwarf.h.

◆ GDBIndexEntryLinkage

Enumerator
GIEL_EXTERNAL 
GIEL_STATIC 

Definition at line 647 of file Dwarf.h.

◆ GnuMacroEntryType

GNU .debug_macro macro information entry type encodings.

Enumerator
DW_MACRO_GNU_lo_user 
DW_MACRO_GNU_hi_user 

Definition at line 488 of file Dwarf.h.

◆ Index

Enumerator
DW_IDX_lo_user 
DW_IDX_hi_user 

Definition at line 558 of file Dwarf.h.

◆ InlineAttribute

Enumerator
DW_INL_not_inlined 
DW_INL_inlined 
DW_INL_declared_not_inlined 
DW_INL_declared_inlined 

Definition at line 429 of file Dwarf.h.

◆ LineNumberEntryFormat

Enumerator
DW_LNCT_lo_user 
DW_LNCT_hi_user 

Definition at line 463 of file Dwarf.h.

◆ LineNumberExtendedOps

Line Number Extended Opcode Encodings.

Enumerator
DW_LNE_lo_user 
DW_LNE_hi_user 

Definition at line 456 of file Dwarf.h.

◆ LineNumberOps

Line Number Standard Opcode Encodings.

Definition at line 450 of file Dwarf.h.

◆ LLVMConstants

Enumerator
DW_TAG_invalid 

LLVM mock tags (see also llvm/BinaryFormat/Dwarf.def).

Tag for invalid results.

DW_VIRTUALITY_invalid 

Virtuality for invalid results.

DW_MACINFO_invalid 

Macinfo type for invalid results.

DW_LENGTH_lo_reserved 

Special values for an initial length field.

Lower bound of the reserved range.

DW_LENGTH_DWARF64 

Indicator of 64-bit DWARF format.

DW_LENGTH_hi_reserved 

Upper bound of the reserved range.

DWARF_VERSION 

Other constants.

Default dwarf version we output.

DW_PUBTYPES_VERSION 

Section version number for .debug_pubtypes.

DW_PUBNAMES_VERSION 

Section version number for .debug_pubnames.

DW_ARANGES_VERSION 

Section version number for .debug_aranges.

DWARF_VENDOR_DWARF 

Identifiers we use to distinguish vendor extensions.

Defined in v2 or later of the DWARF standard.

DWARF_VENDOR_APPLE 
DWARF_VENDOR_BORLAND 
DWARF_VENDOR_GNU 
DWARF_VENDOR_GOOGLE 
DWARF_VENDOR_LLVM 
DWARF_VENDOR_MIPS 
DWARF_VENDOR_WASM 
DWARF_VENDOR_ALTIUM 
DWARF_VENDOR_COMPAQ 
DWARF_VENDOR_GHS 
DWARF_VENDOR_GO 
DWARF_VENDOR_HP 
DWARF_VENDOR_IBM 
DWARF_VENDOR_INTEL 
DWARF_VENDOR_PGI 
DWARF_VENDOR_SUN 
DWARF_VENDOR_UPC 

Definition at line 44 of file Dwarf.h.

◆ LlvmUserLocationAtom

Definition at line 149 of file Dwarf.h.

◆ LocationAtom

Enumerator
DW_OP_lo_user 
DW_OP_hi_user 
DW_OP_LLVM_fragment 

Only used in LLVM metadata.

DW_OP_LLVM_convert 

Only used in LLVM metadata.

DW_OP_LLVM_tag_offset 

Only used in LLVM metadata.

DW_OP_LLVM_entry_value 

Only used in LLVM metadata.

DW_OP_LLVM_implicit_pointer 

Only used in LLVM metadata.

DW_OP_LLVM_arg 

Only used in LLVM metadata.

Definition at line 136 of file Dwarf.h.

◆ LoclistEntries

DWARF v5 loc list entry encoding values.

Definition at line 502 of file Dwarf.h.

◆ MacinfoRecordType

Enumerator
DW_MACINFO_define 
DW_MACINFO_undef 
DW_MACINFO_start_file 
DW_MACINFO_end_file 
DW_MACINFO_vendor_ext 

Definition at line 470 of file Dwarf.h.

◆ MacroEntryType

DWARF v5 macro information entry type encodings.

Enumerator
DW_MACRO_lo_user 
DW_MACRO_hi_user 

Definition at line 480 of file Dwarf.h.

◆ RnglistEntries

DWARF v5 range list entry encoding values.

Definition at line 496 of file Dwarf.h.

◆ SourceLanguage

Enumerator
DW_LANG_lo_user 
DW_LANG_hi_user 

Definition at line 204 of file Dwarf.h.

◆ Tag

Enumerator
DW_TAG_lo_user 
DW_TAG_hi_user 
DW_TAG_user_base 

Recommended base for user tags.

Definition at line 103 of file Dwarf.h.

◆ TypeKind

enum llvm::dwarf::TypeKind : uint8_t
Enumerator
DW_ATE_lo_user 
DW_ATE_hi_user 

Definition at line 154 of file Dwarf.h.

◆ UnitType

Constants for unit types in DWARF v5.

Enumerator
DW_UT_lo_user 
DW_UT_hi_user 

Definition at line 551 of file Dwarf.h.

◆ VirtualityAttribute

Enumerator
DW_VIRTUALITY_max 

Definition at line 192 of file Dwarf.h.

◆ VisibilityAttribute

Enumerator
DW_VIS_local 
DW_VIS_exported 
DW_VIS_qualified 

Definition at line 185 of file Dwarf.h.

Function Documentation

◆ AtomValueString()

StringRef llvm::dwarf::AtomValueString ( uint16_t  Atom,
unsigned  Val 
)

Returns the symbolic string representing Val when used as a value for atom Atom.

Definition at line 707 of file Dwarf.cpp.

References DW_ATOM_die_tag, DW_ATOM_null, and TagString().

◆ AttributeValueString()

StringRef llvm::dwarf::AttributeValueString ( uint16_t  Attr,
unsigned  Val 
)

Returns the symbolic string representing Val when used as a value for attribute Attr.

Definition at line 674 of file Dwarf.cpp.

References AccessibilityString(), ArrayOrderString(), AttributeEncodingString(), CaseString(), ConventionString(), DecimalSignString(), DefaultedMemberString(), EndianityString(), InlineCodeString(), LanguageString(), VirtualityString(), and VisibilityString().

Referenced by dumpAttribute().

◆ computeTombstoneAddress()

uint64_t llvm::dwarf::computeTombstoneAddress ( uint8_t  AddressByteSize)
inline

◆ doesFormBelongToClass()

bool llvm::dwarf::doesFormBelongToClass ( dwarf::Form  Form,
DWARFFormValue::FormClass  FC,
uint16_t  DwarfVersion 
)

Check whether specified Form belongs to the FC class.

Parameters
Forman attribute form.
FCan attribute form class to check.
DwarfVersionthe version of DWARF debug info keeping the attribute.
Returns
true if specified Form belongs to the FC class.

Definition at line 761 of file DWARFFormValue.cpp.

References DWARF5FormClasses, llvm::DWARFFormValue::FC_Address, llvm::DWARFFormValue::FC_Reference, llvm::DWARFFormValue::FC_SectionOffset, and llvm::DWARFFormValue::FC_String.

Referenced by llvm::dwarf_linker::parallel::DIEAttributeCloner::cloneScalarAttr(), llvm::DWARFFormValue::getAsSectionedAddress(), and llvm::DWARFFormValue::isFormClass().

◆ getArrayIndexTypeEncoding()

TypeKind llvm::dwarf::getArrayIndexTypeEncoding ( SourceLanguage  S)
inline

Definition at line 409 of file Dwarf.h.

References isFortran().

◆ getDebugNamesBucketAndHashCount()

std::pair< uint32_t, uint32_t > llvm::dwarf::getDebugNamesBucketAndHashCount ( MutableArrayRef< uint32_t Hashes)
inline

◆ getDwarfOffsetByteSize()

uint8_t llvm::dwarf::getDwarfOffsetByteSize ( DwarfFormat  Format)
inline

◆ getFixedFormByteSize()

std::optional< uint8_t > llvm::dwarf::getFixedFormByteSize ( dwarf::Form  Form,
FormParams  Params 
)

Get the fixed byte size for a given form.

If the form has a fixed byte size, then an Optional with a value will be returned. If the form is always encoded using a variable length storage format (ULEB or SLEB numbers or blocks) then std::nullopt will be returned.

Parameters
FormDWARF form to get the fixed byte size for.
ParamsDWARF parameters to help interpret forms.
Returns
std::optional<uint8_t> value with the fixed byte size or std::nullopt if Form doesn't have a fixed byte size.

Definition at line 729 of file Dwarf.cpp.

References llvm::dwarf::FormParams::AddrSize, llvm::dwarf::FormParams::getDwarfOffsetByteSize(), and llvm::dwarf::FormParams::getRefAddrByteSize().

Referenced by llvm::AppleAcceleratorTable::extract(), llvm::DWARFAbbreviationDeclaration::extract(), llvm::DWARFAbbreviationDeclaration::AttributeSpec::getByteSize(), llvm::DIEInteger::sizeOf(), and llvm::DWARFFormValue::skipValue().

◆ getUnitLengthFieldByteSize()

uint8_t llvm::dwarf::getUnitLengthFieldByteSize ( DwarfFormat  Format)
inline

◆ isC()

bool llvm::dwarf::isC ( SourceLanguage  S)
inline

Definition at line 346 of file Dwarf.h.

References DW_LANG_hi_user, DW_LANG_lo_user, and llvm_unreachable.

Referenced by llvm::DwarfUnit::applySubprogramAttributes().

◆ isCPlusPlus()

bool llvm::dwarf::isCPlusPlus ( SourceLanguage  S)
inline

◆ isFortran()

bool llvm::dwarf::isFortran ( SourceLanguage  S)
inline

Definition at line 279 of file Dwarf.h.

References DW_LANG_hi_user, and DW_LANG_lo_user.

Referenced by getArrayIndexTypeEncoding().

◆ isType()

bool llvm::dwarf::isType ( Tag  T)
inline

◆ isUnitType() [1/2]

bool llvm::dwarf::isUnitType ( dwarf::Tag  T)
inline

Definition at line 579 of file Dwarf.h.

◆ isUnitType() [2/2]

bool llvm::dwarf::isUnitType ( uint8_t  UnitType)
inline

Definition at line 565 of file Dwarf.h.

Referenced by llvm::DWARFUnit::isMatchingUnitTypeAndTag().

◆ isValidFormForVersion()

bool llvm::dwarf::isValidFormForVersion ( Form  F,
unsigned  Version,
bool  ExtensionsOk = true 
)

Tells whether the specified form is defined in the specified version, or is an extension if extensions are allowed.

Definition at line 817 of file Dwarf.cpp.

References DWARF_VENDOR_DWARF, F, FormVendor(), and FormVersion().

Referenced by llvm::DIEAbbrev::Emit().

◆ LanguageLowerBound()

std::optional< unsigned > llvm::dwarf::LanguageLowerBound ( dwarf::SourceLanguage  Lang)

Definition at line 403 of file Dwarf.cpp.

Referenced by llvm::DWARFTypePrinter::appendArrayType().

◆ operator<<() [1/4]

raw_ostream & llvm::dwarf::operator<< ( raw_ostream OS,
const RegisterLocations RL 
)

Definition at line 165 of file DWARFDebugFrame.cpp.

References llvm::dwarf::RegisterLocations::dump(), and OS.

◆ operator<<() [2/4]

raw_ostream & llvm::dwarf::operator<< ( raw_ostream OS,
const UnwindLocation R 
)

Definition at line 124 of file DWARFDebugFrame.cpp.

References llvm::dwarf::UnwindLocation::dump(), and OS.

◆ operator<<() [3/4]

raw_ostream & llvm::dwarf::operator<< ( raw_ostream OS,
const UnwindRow Row 
)

Definition at line 186 of file DWARFDebugFrame.cpp.

References OS.

◆ operator<<() [4/4]

raw_ostream & llvm::dwarf::operator<< ( raw_ostream OS,
const UnwindTable Rows 
)

Definition at line 198 of file DWARFDebugFrame.cpp.

References llvm::dwarf::UnwindTable::dump(), and OS.

◆ toAddress() [1/2]

std::optional< uint64_t > llvm::dwarf::toAddress ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract an address.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and has a address form.

Definition at line 296 of file DWARFFormValue.h.

Referenced by llvm::dwarf_linker::parallel::DependencyTracker::isLiveSubprogramEntry(), and toAddress().

◆ toAddress() [2/2]

uint64_t llvm::dwarf::toAddress ( const std::optional< DWARFFormValue > &  V,
uint64_t  Default 
)
inline

Take an optional DWARFFormValue and extract a address.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the extracted address value or Default if the V doesn't have a value or the form value's encoding wasn't an address form.

Definition at line 315 of file DWARFFormValue.h.

References llvm::Default, and toAddress().

◆ toBlock()

std::optional< ArrayRef< uint8_t > > llvm::dwarf::toBlock ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract block data.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and has a block form.

Definition at line 349 of file DWARFFormValue.h.

◆ toReference() [1/2]

std::optional< uint64_t > llvm::dwarf::toReference ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract an reference.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and has a reference form.

Definition at line 251 of file DWARFFormValue.h.

Referenced by toReference().

◆ toReference() [2/2]

uint64_t llvm::dwarf::toReference ( const std::optional< DWARFFormValue > &  V,
uint64_t  Default 
)
inline

Take an optional DWARFFormValue and extract a reference.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the extracted reference value or Default if the V doesn't have a value or the form value's encoding wasn't a reference form.

Definition at line 263 of file DWARFFormValue.h.

References llvm::Default, and toReference().

◆ toSectionedAddress()

std::optional< object::SectionedAddress > llvm::dwarf::toSectionedAddress ( const std::optional< DWARFFormValue > &  V)
inline

◆ toSectionOffset() [1/2]

std::optional< uint64_t > llvm::dwarf::toSectionOffset ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract an section offset.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and has a section offset form.

Definition at line 326 of file DWARFFormValue.h.

Referenced by buildLineToUnitMap(), ThreadUnsafeDWARFContextState::clearLineTableForUnit(), llvm::dwarf_linker::parallel::CompileUnit::cloneAndEmitDebugMacro(), llvm::DWARFUnit::determineStringOffsetsTableContribution(), ThreadUnsafeDWARFContextState::getLineTableForUnit(), llvm::DWARFDie::getLocBaseAttribute(), llvm::DWARFDie::getRangesBaseAttribute(), toSectionOffset(), and llvm::DWARFUnit::tryExtractDIEsIfNeeded().

◆ toSectionOffset() [2/2]

uint64_t llvm::dwarf::toSectionOffset ( const std::optional< DWARFFormValue > &  V,
uint64_t  Default 
)
inline

Take an optional DWARFFormValue and extract a section offset.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the extracted section offset value or Default if the V doesn't have a value or the form value's encoding wasn't a section offset form.

Definition at line 338 of file DWARFFormValue.h.

References llvm::Default, and toSectionOffset().

◆ toSigned() [1/2]

std::optional< int64_t > llvm::dwarf::toSigned ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract an signed constant.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and has a signed constant form.

Definition at line 273 of file DWARFFormValue.h.

Referenced by toSigned(), and llvm::ExpressionFormat::valueFromStringRepr().

◆ toSigned() [2/2]

int64_t llvm::dwarf::toSigned ( const std::optional< DWARFFormValue > &  V,
int64_t  Default 
)
inline

Take an optional DWARFFormValue and extract a signed integer.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the extracted signed integer value or Default if the V doesn't have a value or the form value's encoding wasn't a signed integer form.

Definition at line 285 of file DWARFFormValue.h.

References llvm::Default, and toSigned().

◆ toString() [1/2]

std::optional< const char * > llvm::dwarf::toString ( const std::optional< DWARFFormValue > &  V)
inline

Take an optional DWARFFormValue and try to extract a string value from it.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Returns
an optional value that contains a value if the form value was valid and was a string.

Definition at line 179 of file DWARFFormValue.h.

References llvm::consumeError(), and E.

Referenced by addConstantComments(), llvm::ThinLTOCodeGenerator::addModule(), llvm::SpecialCaseList::addSection(), llvm::analyzeContextInfo(), llvm::dwarf_linker::parallel::CompileUnit::analyzeImportedModule(), llvm::analyzeImportedModule(), APIntToHexString(), llvm::DWARFTypePrinter::appendTemplateParameters(), llvm::DWARFTypePrinter::appendUnqualifiedNameBefore(), llvm::dwarf_linker::parallel::DIEAttributeCloner::cloneStringAttr(), llvm::DWARFUnit::collectAddressRanges(), llvm::RuntimeDyldImpl::computeSectionStubBufSize(), llvm::gsym::DwarfTransformer::convert(), createError(), llvm::LTOModule::createInputFile(), llvm::logicalview::LVELFReader::createScopes(), decodeBBAddrMapImpl(), dumpAttribute(), dumpResult(), llvm::DWARFYAML::emitDebugAddr(), llvm::DWARFYAML::emitDebugAranges(), llvm::DWARFYAML::emitDebugRanges(), llvm::AMDGPUTargetELFStreamer::EmitISAVersion(), llvm::TargetLoweringObjectFileMachO::emitModuleMetadata(), llvm::cl::expandResponseFiles(), llvm::cl::ExpandResponseFiles(), llvm::DWARFDebugNames::Header::extract(), llvm::DWARFDebugPubTable::extract(), llvm::DWARFDebugArangeSet::extract(), llvm::DWARFListTableHeader::extract(), llvm::DWARFDebugAddrTable::extractV5(), llvm::RuntimeDyldELF::finalizeLoad(), llvm::orc::EPCGenericRTDyldMemoryManager::finalizeMemory(), llvm::DWARFUnit::getCompilationDir(), llvm::DWARFDebugLine::LineTable::getDirectoryForEntry(), llvm::TargetLoweringObjectFileMachO::getExplicitSectionGlobal(), llvm::object::getExtendedSymbolTableIndex(), llvm::DWARFDebugLine::Prologue::getFileNameByIndex(), llvm::object::XCOFFObjectFile::getImportFileTable(), getInstrStrFromOpNo(), llvm::DWARFDie::getLinkageName(), llvm::object::ELFFile< ELFT >::getLinkAsStrtab(), llvm::getPCMFile(), getPCMFile(), llvm::object::XCOFFObjectFile::getRawData(), llvm::object::ELFFile< ELFT >::getSectionAndRelocations(), llvm::object::XCOFFObjectFile::getSectionContents(), llvm::object::XCOFFObjectFile::getSectionFileOffsetToRawData(), llvm::DWARFDie::getShortName(), llvm::getUniqueInternalLinkagePostfix(), llvm::object::ELFFile< ELFT >::getVersionDefinitions(), llvm::object::ELFFile< ELFT >::getVersionDependencies(), llvm::jitlink::COFFLinkGraphBuilder::graphifySymbols(), llvm::jitlink::ELFLinkGraphBuilder< ELFT >::graphifySymbols(), llvm::FunctionImporter::importFunctions(), llvm::SIMachineFunctionInfo::initializeBaseYamlFields(), llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::isClangModuleRef(), llvm::dwarf_linker::classic::DWARFLinker::link(), LLVMCreateBinary(), LLVMMachOUniversalBinaryCopyObjectForArch(), llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::loadClangModule(), llvm::localCache(), llvm::LTOCodeGenerator::optimize(), llvm::SpecialCaseList::parse(), llvm::DWARFDebugLine::Prologue::parse(), llvm::parseInfoSectionUnitHeader(), llvm::parseModule(), parseV5EntryFormat(), llvm::prettyPrintBaseTypeRef(), llvm::SpillPlacement::BlockConstraint::print(), llvm::object::WasmSymbol::print(), llvm::WebAssemblyInstPrinter::printOperand(), promoteIndirectCalls(), readBBAddrMapImpl(), readDynsymVersionsImpl(), llvm::BitstreamCursor::readRecord(), llvm::object::XCOFFObjectFile::relocations(), llvm::orc::EPCGenericRTDyldMemoryManager::reserveAllocationSpace(), llvm::resolveRelativeObjectPath(), resolveRelativeObjectPath(), llvm::RuntimeDyldImpl::resolveRelocations(), llvm::ThinLTOCodeGenerator::run(), runNewPMPasses(), llvm::lto::thinBackend(), llvm::TensorSpec::toJSON(), llvm::orc::shared::detail::toSPSSerializable(), toString(), llvm::DWARFUnit::tryExtractDIEsIfNeeded(), llvm::DWARFVerifier::verifyDebugStrOffsets(), llvm::objcopy::elf::ELFSectionWriter< ELFT >::visit(), writeDIE(), llvm::ifs::writeELFBinaryToFile(), writeListEntryAddress(), and llvm::yaml::yaml2ObjectFile().

◆ toString() [2/2]

const char * llvm::dwarf::toString ( const std::optional< DWARFFormValue > &  V,
const char Default 
)
inline

Take an optional DWARFFormValue and extract a string value from it.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the string value or Default if the V doesn't have a value or the form value's encoding wasn't a string.

Definition at line 215 of file DWARFFormValue.h.

References llvm::Default, E, and toString().

◆ toStringRef()

StringRef llvm::dwarf::toStringRef ( const std::optional< DWARFFormValue > &  V,
StringRef  Default = {} 
)
inline

◆ toUnsigned() [1/2]

std::optional< uint64_t > llvm::dwarf::toUnsigned ( const std::optional< DWARFFormValue > &  V)
inline

◆ toUnsigned() [2/2]

uint64_t llvm::dwarf::toUnsigned ( const std::optional< DWARFFormValue > &  V,
uint64_t  Default 
)
inline

Take an optional DWARFFormValue and extract a unsigned constant.

Parameters
Vand optional DWARFFormValue to attempt to extract the value from.
Defaultthe default value to return in case of failure.
Returns
the extracted unsigned value or Default if the V doesn't have a value or the form value's encoding wasn't an unsigned constant form.

Definition at line 240 of file DWARFFormValue.h.

References llvm::Default, and toUnsigned().

Variable Documentation

◆ DW64_CIE_ID

const uint64_t llvm::dwarf::DW64_CIE_ID = UINT64_MAX

Definition at line 97 of file Dwarf.h.

Referenced by getCIEId().

◆ DW_CIE_ID

const uint32_t llvm::dwarf::DW_CIE_ID = UINT32_MAX

Special ID values that distinguish a CIE from a FDE in DWARF CFI.

Not inside an enum because a 64-bit value is needed.

Definition at line 96 of file Dwarf.h.

Referenced by getCIEId().

◆ DW_INVALID_OFFSET

const uint32_t llvm::dwarf::DW_INVALID_OFFSET = UINT32_MAX

Identifier of an invalid DIE offset in the .debug_info section.

Definition at line 101 of file Dwarf.h.

Referenced by llvm::AppleAcceleratorTable::readAtoms().

◆ DW_TAG_unaligned

constexpr Tag llvm::dwarf::DW_TAG_unaligned = Tag(dwarf::DW_TAG_hi_user + 1)
constexpr

◆ InvalidRegisterNumber

constexpr uint32_t llvm::dwarf::InvalidRegisterNumber = UINT32_MAX
constexpr