LLVM
12.0.0git
|
String pool entry reference. More...
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
Public Member Functions | |
DwarfStringPoolEntryRef ()=default | |
DwarfStringPoolEntryRef (const StringMapEntry< DwarfStringPoolEntry > &Entry, bool Indexed) | |
operator bool () const | |
MCSymbol * | getSymbol () const |
uint64_t | getOffset () const |
bool | isIndexed () const |
unsigned | getIndex () const |
StringRef | getString () const |
DwarfStringPoolEntry | getEntry () const |
Return the entire string pool entry for convenience. More... | |
bool | operator== (const DwarfStringPoolEntryRef &X) const |
bool | operator!= (const DwarfStringPoolEntryRef &X) const |
String pool entry reference.
Definition at line 31 of file DwarfStringPoolEntry.h.
|
default |
|
inline |
Definition at line 41 of file DwarfStringPoolEntry.h.
|
inline |
Return the entire string pool entry for convenience.
Definition at line 59 of file DwarfStringPoolEntry.h.
Referenced by llvm::AsmPrinter::emitDwarfStringOffset().
|
inline |
Definition at line 52 of file DwarfStringPoolEntry.h.
References assert(), and isIndexed().
Referenced by llvm::DIEString::emitValue(), and llvm::DIEString::SizeOf().
|
inline |
Definition at line 50 of file DwarfStringPoolEntry.h.
Referenced by llvm::DIEString::emitValue(), llvm::NonRelocatableStringpool::getStringOffset(), and llvm::DIEString::SizeOf().
|
inline |
Definition at line 57 of file DwarfStringPoolEntry.h.
Referenced by llvm::DIEString::getString(), and llvm::DIEString::print().
|
inline |
Definition at line 46 of file DwarfStringPoolEntry.h.
References assert().
Referenced by llvm::DIEString::emitValue(), and llvm::DIEString::SizeOf().
|
inline |
Definition at line 51 of file DwarfStringPoolEntry.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getInt().
Referenced by getIndex().
|
inlineexplicit |
Definition at line 45 of file DwarfStringPoolEntry.h.
|
inline |
Definition at line 64 of file DwarfStringPoolEntry.h.
References X.
|
inline |
Definition at line 61 of file DwarfStringPoolEntry.h.
References X.