Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFFormValue.h>
class DWARFFormValue;
Types
Name |
Enums
Name |
Description |
High‐level classification of a DWARF form's value representation. |
Member Functions
Name |
Description |
|
Construct a form value with form |
Extracts a value in |
|
Correctly extract any file paths from a form value. |
|
getAsFoo functions below return the extracted value as Foo if only DWARFFormValue has form class is suitable for representing Foo. |
|
Return this value as a sectioned address, if the form is an address. |
|
Return the value as an unsigned constant if the form is FC_Constant or FC_Flag (except DW_FORM_sdata). |
|
Skip a form's value in |
Static Member Functions
Name |
Description |
Interpret |
|
Skip a form's value in |
Created with MrDocs