|
LLVM
4.0.0
|
A container for inline string values. More...
#include <DIE.h>
Public Member Functions | |
| template<typename Allocator > | |
| DIEInlineString (StringRef Str, Allocator &A) | |
| ~DIEInlineString ()=default | |
| StringRef | getString () const |
| Grab the string out of the object. More... | |
| void | EmitValue (const AsmPrinter *AP, dwarf::Form Form) const |
| unsigned | SizeOf (const AsmPrinter *AP, dwarf::Form Form) const |
| void | print (raw_ostream &O) const |
A container for inline string values.
This class is used with the DW_FORM_string form.
|
default |
| void DIEInlineString::EmitValue | ( | const AsmPrinter * | AP, |
| dwarf::Form | Form | ||
| ) | const |
Definition at line 607 of file DIE.cpp.
References llvm::AsmPrinter::EmitInt8(), and llvm_unreachable.
|
inline |
| LLVM_DUMP_METHOD void DIEInlineString::print | ( | raw_ostream & | O | ) | const |
| unsigned DIEInlineString::SizeOf | ( | const AsmPrinter * | AP, |
| dwarf::Form | Form | ||
| ) | const |
Definition at line 617 of file DIE.cpp.
References llvm::StringRef::size().
1.8.6