LLVM 22.0.0git
llvm::DwarfStringPoolEntry Struct Reference

Data for a string pool entry. More...

#include "llvm/CodeGen/DwarfStringPoolEntry.h"

Inheritance diagram for llvm::DwarfStringPoolEntry:
[legend]

Public Member Functions

bool isIndexed () const

Public Attributes

MCSymbolSymbol = nullptr
uint64_t Offset = 0
unsigned Index = 0

Static Public Attributes

static constexpr unsigned NotIndexed = -1

Detailed Description

Data for a string pool entry.

Definition at line 20 of file DwarfStringPoolEntry.h.

Member Function Documentation

◆ isIndexed()

bool llvm::DwarfStringPoolEntry::isIndexed ( ) const
inline

Member Data Documentation

◆ Index

◆ NotIndexed

unsigned llvm::DwarfStringPoolEntry::NotIndexed = -1
staticconstexpr

◆ Offset

◆ Symbol


The documentation for this struct was generated from the following file: