class DwarfStringPoolEntryRef

Declaration

class DwarfStringPoolEntryRef { /* full declaration omitted */ };

Description

String pool entry reference.

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:31

Method Overview

Methods

DwarfStringPoolEntryRef()

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:40

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

Description

Return the entire string pool entry for convenience.

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:59

unsigned int getIndex() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:52

unsigned int getOffset() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:50

llvm::StringRef getString() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:57

llvm::MCSymbol* getSymbol() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:46

bool isIndexed() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:51

bool operator bool() const

Declared at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:45