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

DwarfStringPoolEntry with string keeping externally. More...

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

Inheritance diagram for llvm::DwarfStringPoolEntryWithExtString:

[legend]

Public Attributes
StringRef String
Public Attributes inherited from llvm::DwarfStringPoolEntry
MCSymbol * Symbol = nullptr
uint64_t Offset = 0
unsigned Index = 0
Additional Inherited Members
Public Member Functions inherited from llvm::DwarfStringPoolEntry
bool isIndexed () const
Static Public Attributes inherited from llvm::DwarfStringPoolEntry
static constexpr unsigned NotIndexed = -1

Detailed Description

DwarfStringPoolEntry with string keeping externally.

Definition at line 31 of file DwarfStringPoolEntry.h.

Member Data Documentation

String

StringRef llvm::DwarfStringPoolEntryWithExtString::String

Definition at line 32 of file DwarfStringPoolEntry.h.

Referenced by llvm::dwarf_linker::parallel::StringEntryToDwarfStringPoolEntryMap::add(), and llvm::dwarf_linker::parallel::DWARFLinkerImpl::emitStringSections().


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