LLVM
8.0.1
|
A container for inline string values. More...
#include "llvm/CodeGen/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 590 of file DIE.cpp.
References llvm::AsmPrinter::emitInt8(), llvm_unreachable, and llvm::AsmPrinter::OutStreamer.
|
inline |
Grab the string out of the object.
Definition at line 282 of file DIE.h.
References llvm::RISCVFenceField::O, and print().
LLVM_DUMP_METHOD void DIEInlineString::print | ( | raw_ostream & | O | ) | const |
unsigned DIEInlineString::SizeOf | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
Definition at line 599 of file DIE.cpp.
References LLVM_DUMP_METHOD.