class DwarfStringPoolEntryRef
Declaration
class DwarfStringPoolEntryRef { /* full declaration omitted */ };
Description
String pool entry reference.
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:31
Method Overview
- public DwarfStringPoolEntryRef()
- public DwarfStringPoolEntryRef(const StringMapEntry<llvm::DwarfStringPoolEntry> & Entry, bool Indexed)
- public llvm::DwarfStringPoolEntry getEntry() const
- public unsigned int getIndex() const
- public unsigned int getOffset() const
- public llvm::StringRef getString() const
- public llvm::MCSymbol * getSymbol() const
- public bool isIndexed() const
- public bool operator bool() const
Methods
¶DwarfStringPoolEntryRef()
DwarfStringPoolEntryRef()
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:40
¶DwarfStringPoolEntryRef(
const StringMapEntry<
llvm::DwarfStringPoolEntry>& Entry,
bool Indexed)
DwarfStringPoolEntryRef(
const StringMapEntry<
llvm::DwarfStringPoolEntry>& Entry,
bool Indexed)
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:41
Parameters
- const StringMapEntry<llvm::DwarfStringPoolEntry>& Entry
- bool Indexed
¶llvm::DwarfStringPoolEntry getEntry() const
llvm::DwarfStringPoolEntry getEntry() const
Description
Return the entire string pool entry for convenience.
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:59
¶unsigned int getIndex() const
unsigned int getIndex() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:52
¶unsigned int getOffset() const
unsigned int getOffset() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:50
¶llvm::StringRef getString() const
llvm::StringRef getString() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:57
¶llvm::MCSymbol* getSymbol() const
llvm::MCSymbol* getSymbol() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:46
¶bool isIndexed() const
bool isIndexed() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:51
¶bool operator bool() const
bool operator bool() const
Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:45