LLVM 19.0.0git
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
llvm::DwarfStringPoolEntry Struct Reference

Data for a string pool entry. More...

#include "llvm/CodeGen/DwarfStringPoolEntry.h"

Inheritance diagram for llvm::DwarfStringPoolEntry:
Inheritance graph
[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

unsigned llvm::DwarfStringPoolEntry::Index = 0

◆ NotIndexed

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

◆ Offset

uint64_t llvm::DwarfStringPoolEntry::Offset = 0

◆ Symbol

MCSymbol* llvm::DwarfStringPoolEntry::Symbol = nullptr

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