Form encodings (DW_FORM_*).
Synopsis
Declared in <llvm/BinaryFormat/Dwarf.h>
enum Form : uint16_t;
Members
Name |
Description |
|
Not specified by DWARF. |
Non-Member Functions
Name |
Description |
Returns the vendor identifier that defined the given form. |
|
Returns the DWARF version when the form was first defined. |
|
Check whether specified |
|
Get the fixed byte size for a given form. |
|
Tells whether the specified form is defined in the specified version, or is an extension if extensions are allowed. |
Created with MrDocs