struct DwarfStringPoolEntry

Declaration

struct DwarfStringPoolEntry { /* full declaration omitted */ };

Description

Data for a string pool entry.

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

Member Variables

public llvm::MCSymbol* Symbol
public unsigned int Offset
public unsigned int Index
public static const unsigned int NotIndexed = -1

Method Overview

Methods

ΒΆbool isIndexed() const

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