LLVM  8.0.1
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
llvm::MDString Class Reference

A single uniqued string. More...

#include "llvm/IR/Metadata.h"

Inheritance diagram for llvm::MDString:
Inheritance graph
[legend]
Collaboration diagram for llvm::MDString:
Collaboration graph
[legend]

Public Types

using iterator = StringRef::iterator
 

Public Member Functions

 MDString (const MDString &)=delete
 
MDStringoperator= (MDString &&)=delete
 
MDStringoperator= (const MDString &)=delete
 
StringRef getString () const
 
unsigned getLength () const
 
iterator begin () const
 Pointer to the first byte of the string. More...
 
iterator end () const
 Pointer to one byte past the end of the string. More...
 
const unsigned charbytes_begin () const
 
const unsigned charbytes_end () const
 

Static Public Member Functions

static MDStringget (LLVMContext &Context, StringRef Str)
 
static MDStringget (LLVMContext &Context, const char *Str)
 
static bool classof (const Metadata *MD)
 Methods for support type inquiry through isa, cast, and dyn_cast. More...
 

Friends

class StringMapEntry< MDString >
 

Additional Inherited Members

 Active type of storage. More...

Detailed Description

A single uniqued string.

These are used to efficiently contain a byte sequence for metadata. MDString is always unnamed.

Definition at line 604 of file Metadata.h.

Member Typedef Documentation

◆ iterator

Definition at line 625 of file Metadata.h.

Constructor & Destructor Documentation

◆ MDString()

llvm::MDString::MDString ( const MDString )
delete

Member Function Documentation

◆ begin()

iterator llvm::MDString::begin ( ) const
inline

Pointer to the first byte of the string.

Definition at line 628 of file Metadata.h.

References llvm::StringRef::begin().

◆ bytes_begin()

const unsigned char* llvm::MDString::bytes_begin ( ) const
inline

Definition at line 633 of file Metadata.h.

References llvm::StringRef::bytes_begin().

◆ bytes_end()

const unsigned char* llvm::MDString::bytes_end ( ) const
inline

Definition at line 634 of file Metadata.h.

References llvm::StringRef::bytes_end().

◆ classof()

static bool llvm::MDString::classof ( const Metadata MD)
inlinestatic

Methods for support type inquiry through isa, cast, and dyn_cast.

Definition at line 637 of file Metadata.h.

References llvm::Metadata::getMetadataID().

◆ end()

iterator llvm::MDString::end ( ) const
inline

Pointer to one byte past the end of the string.

Definition at line 631 of file Metadata.h.

References llvm::StringRef::end().

◆ get() [1/2]

MDString * MDString::get ( LLVMContext Context,
StringRef  Str 
)
static

◆ get() [2/2]

static MDString* llvm::MDString::get ( LLVMContext Context,
const char Str 
)
inlinestatic

Definition at line 617 of file Metadata.h.

References Context.

◆ getLength()

unsigned llvm::MDString::getLength ( ) const
inline

Definition at line 623 of file Metadata.h.

References llvm::StringRef::size().

◆ getString()

StringRef MDString::getString ( ) const

◆ operator=() [1/2]

MDString& llvm::MDString::operator= ( MDString &&  )
delete

◆ operator=() [2/2]

MDString& llvm::MDString::operator= ( const MDString )
delete

Friends And Related Function Documentation

◆ StringMapEntry< MDString >

friend class StringMapEntry< MDString >
friend

Definition at line 605 of file Metadata.h.


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