LLVM  3.7.0
Public Member Functions | List of all members
llvm::DIEString Class Reference

DIEString - A container for string values. More...

#include <DIE.h>

Public Member Functions

 DIEString (DwarfStringPoolEntryRef S)
 
StringRef getString () const
 getString - Grab the string out of the object. More...
 
void EmitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit string value. More...
 
unsigned SizeOf (const AsmPrinter *AP, dwarf::Form Form) const
 SizeOf - Determine size of delta value in bytes. More...
 
void print (raw_ostream &O) const
 

Detailed Description

DIEString - A container for string values.

Definition at line 214 of file DIE.h.

Constructor & Destructor Documentation

llvm::DIEString::DIEString ( DwarfStringPoolEntryRef  S)
inline

Definition at line 218 of file DIE.h.

Member Function Documentation

void DIEString::EmitValue ( const AsmPrinter AP,
dwarf::Form  Form 
) const
StringRef llvm::DIEString::getString ( ) const
inline

getString - Grab the string out of the object.

Definition at line 221 of file DIE.h.

References llvm::DwarfStringPoolEntryRef::getString().

void DIEString::print ( raw_ostream O) const

Definition at line 435 of file DIE.cpp.

References llvm::DwarfStringPoolEntryRef::getString().

unsigned DIEString::SizeOf ( const AsmPrinter AP,
dwarf::Form  Form 
) const

The documentation for this class was generated from the following files: