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

DIEInlineString [constructor]

Construct by copying Str into allocator A.

~DIEInlineString [destructor]

Destroy this inline string container.

emitValue

Emit this inline string using Form via the asm printer.

getString

Grab the string out of the object.

print

Print this inline string to O.

sizeOf

Return the size in bytes of this inline string when encoded with Form.

Created with MrDocs