LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::dwarf::PubIndexEntryDescriptor Struct Reference

#include <Dwarf.h>

Collaboration diagram for llvm::dwarf::PubIndexEntryDescriptor:
Collaboration graph
[legend]

Public Member Functions

 PubIndexEntryDescriptor (GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage)
 
 PubIndexEntryDescriptor (GDBIndexEntryKind Kind)
 
 PubIndexEntryDescriptor (uint8_t Value)
 
uint8_t toBits ()
 

Public Attributes

GDBIndexEntryKind Kind
 
GDBIndexEntryLinkage Linkage
 

Detailed Description

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 895 of file Dwarf.h.

Constructor & Destructor Documentation

llvm::dwarf::PubIndexEntryDescriptor::PubIndexEntryDescriptor ( GDBIndexEntryKind  Kind,
GDBIndexEntryLinkage  Linkage 
)
inline

Definition at line 898 of file Dwarf.h.

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

Definition at line 900 of file Dwarf.h.

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

Definition at line 902 of file Dwarf.h.

Member Function Documentation

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

Definition at line 907 of file Dwarf.h.

References Kind, and Linkage.

Member Data Documentation

GDBIndexEntryKind llvm::dwarf::PubIndexEntryDescriptor::Kind

Definition at line 896 of file Dwarf.h.

Referenced by toBits().

GDBIndexEntryLinkage llvm::dwarf::PubIndexEntryDescriptor::Linkage

Definition at line 897 of file Dwarf.h.

Referenced by toBits().


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