LLVM: llvm::dwarf::PubIndexEntryDescriptor Struct Reference (original) (raw)

Describes an entry of the various gnu_pub* debug sections. More...

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

Detailed Description

Describes an entry of the various gnu_pub* debug sections.

The gnu_pub* kind looks like:

0-3 reserved 4-6 symbol kind 7 0 == global, 1 == static

A gdb_index descriptor includes the above kind, shifted 24 bits up with the offset of the cu within the debug_info section stored in those 24 bits.

Definition at line 1185 of file Dwarf.h.

Constructor & Destructor Documentation

PubIndexEntryDescriptor() [2/3]

llvm::dwarf::PubIndexEntryDescriptor::PubIndexEntryDescriptor ( GDBIndexEntryKind Kind) inline

PubIndexEntryDescriptor() [3/3]

llvm::dwarf::PubIndexEntryDescriptor::PubIndexEntryDescriptor ( uint8_t Value) inlineexplicit

Member Function Documentation

toBits()

uint8_t llvm::dwarf::PubIndexEntryDescriptor::toBits ( ) const inline

Member Data Documentation

Kind

Linkage


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