|
LLVM
3.7.0
|
String pool entry reference. More...
#include <DwarfStringPoolEntry.h>
Public Member Functions | |
| DwarfStringPoolEntryRef ()=default | |
| DwarfStringPoolEntryRef (const StringMapEntry< DwarfStringPoolEntry > &I) | |
| operator bool () const | |
| MCSymbol * | getSymbol () const |
| unsigned | getOffset () const |
| unsigned | getIndex () const |
| StringRef | getString () const |
| bool | operator== (const DwarfStringPoolEntryRef &X) const |
| bool | operator!= (const DwarfStringPoolEntryRef &X) const |
Public Attributes | |
| const StringMapEntry < DwarfStringPoolEntry > * | I = nullptr |
String pool entry reference.
Definition at line 27 of file DwarfStringPoolEntry.h.
|
default |
|
inlineexplicit |
Definition at line 32 of file DwarfStringPoolEntry.h.
|
inline |
Definition at line 42 of file DwarfStringPoolEntry.h.
References I.
Referenced by llvm::DIEString::EmitValue(), and llvm::DIEString::SizeOf().
|
inline |
Definition at line 41 of file DwarfStringPoolEntry.h.
References I.
Referenced by llvm::AsmPrinter::emitDwarfStringOffset(), llvm::DIEString::EmitValue(), and llvm::DIEString::SizeOf().
|
inline |
Definition at line 43 of file DwarfStringPoolEntry.h.
References I.
Referenced by llvm::DwarfAccelTable::AddName(), llvm::DIEString::getString(), and llvm::DIEString::print().
|
inline |
Definition at line 37 of file DwarfStringPoolEntry.h.
References I.
Referenced by llvm::AsmPrinter::emitDwarfStringOffset(), llvm::DIEString::EmitValue(), and llvm::DIEString::SizeOf().
|
inlineexplicit |
Definition at line 36 of file DwarfStringPoolEntry.h.
References I.
|
inline |
Definition at line 46 of file DwarfStringPoolEntry.h.
References I.
|
inline |
Definition at line 45 of file DwarfStringPoolEntry.h.
References I.
| const StringMapEntry<DwarfStringPoolEntry>* llvm::DwarfStringPoolEntryRef::I = nullptr |
Definition at line 28 of file DwarfStringPoolEntry.h.
Referenced by getIndex(), getOffset(), getString(), getSymbol(), operator bool(), operator!=(), and operator==().
1.8.6