A container for inline string values.
Synopsis
Declared in <llvm/CodeGen/DIE.h>
class DIEInlineString;
Description
This class is used with the DW_FORM_string form.
Member Functions
Name |
Description |
|
Construct by copying |
|
Destroy this inline string container. |
Emit this inline string using |
|
Grab the string out of the object. |
|
Print this inline string to |
|
Return the size in bytes of this inline string when encoded with |
Created with MrDocs