LLVM 22.0.0git
llvm::DIEInlineString Class Reference

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.
LLVM_ABI void emitValue (const AsmPrinter *AP, dwarf::Form Form) const
LLVM_ABI unsigned sizeOf (const dwarf::FormParams &, dwarf::Form) const
LLVM_ABI void print (raw_ostream &O) const

Detailed Description

A container for inline string values.

This class is used with the DW_FORM_string form.

Definition at line 303 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEInlineString()

template<typename Allocator>
llvm::DIEInlineString::DIEInlineString ( StringRef Str,
Allocator & A )
inlineexplicit

Definition at line 308 of file DIE.h.

References A(), Allocator, and llvm::copy().

◆ ~DIEInlineString()

llvm::DIEInlineString::~DIEInlineString ( )
default

Member Function Documentation

◆ emitValue()

void DIEInlineString::emitValue ( const AsmPrinter * AP,
dwarf::Form Form ) const

◆ getString()

StringRef llvm::DIEInlineString::getString ( ) const
inline

Grab the string out of the object.

Definition at line 313 of file DIE.h.

◆ print()

LLVM_DUMP_METHOD void DIEInlineString::print ( raw_ostream & O) const

Definition at line 636 of file DIE.cpp.

◆ sizeOf()

unsigned DIEInlineString::sizeOf ( const dwarf::FormParams & ,
dwarf::Form  ) const

Definition at line 630 of file DIE.cpp.


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