Form encodings (DW_FORM_*).

Synopsis

Declared in <llvm/BinaryFormat/Dwarf.h>

enum Form : uint16_t;

Members

Name

Description

DW_FORM_lo_user

Not specified by DWARF.

Non-Member Functions

Name

Description

FormVendor

Returns the vendor identifier that defined the given form.

FormVersion

Returns the DWARF version when the form was first defined.

doesFormBelongToClass

Check whether specified Form belongs to the FC class.

getFixedFormByteSize

Get the fixed byte size for a given form.

isValidFormForVersion

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

Created with MrDocs