| 
    LLVM 22.0.0git
    
   | 
 
Describes an entry of the various gnu_pub* debug sections. More...
#include "llvm/BinaryFormat/Dwarf.h"
Public Member Functions | |
| PubIndexEntryDescriptor (GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) | |
| PubIndexEntryDescriptor (GDBIndexEntryKind Kind) | |
| PubIndexEntryDescriptor (uint8_t Value) | |
| uint8_t | toBits () const | 
Public Attributes | |
| GDBIndexEntryKind | Kind | 
| GDBIndexEntryLinkage | Linkage | 
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.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 1190 of file Dwarf.h.
References llvm::dwarf::GIEL_EXTERNAL, Kind, and Linkage.
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
| GDBIndexEntryKind llvm::dwarf::PubIndexEntryDescriptor::Kind | 
Definition at line 1186 of file Dwarf.h.
Referenced by PubIndexEntryDescriptor(), PubIndexEntryDescriptor(), PubIndexEntryDescriptor(), and toBits().
| GDBIndexEntryLinkage llvm::dwarf::PubIndexEntryDescriptor::Linkage | 
Definition at line 1187 of file Dwarf.h.
Referenced by PubIndexEntryDescriptor(), PubIndexEntryDescriptor(), PubIndexEntryDescriptor(), and toBits().