LLVM: llvm::DwarfStringPoolEntry Struct Reference (original) (raw)

Data for a string pool entry. More...

#include "[llvm/CodeGen/DwarfStringPoolEntry.h](DwarfStringPoolEntry%5F8h%5Fsource.html)"

Inheritance diagram for llvm::DwarfStringPoolEntry:

Public Attributes
MCSymbol * Symbol = nullptr
uint64_t Offset = 0
unsigned Index = 0

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: