LLVM  8.0.1
Public Attributes | List of all members
llvm::pdb::SecMapEntry Struct Reference

#include "llvm/DebugInfo/PDB/Native/RawTypes.h"

Collaboration diagram for llvm::pdb::SecMapEntry:
Collaboration graph
[legend]

Public Attributes

support::ulittle16_t Flags
 
support::ulittle16_t Ovl
 
support::ulittle16_t Group
 
support::ulittle16_t Frame
 
support::ulittle16_t SecName
 
support::ulittle16_t ClassName
 
support::ulittle32_t Offset
 
support::ulittle32_t SecByteLength
 

Detailed Description

Definition at line 75 of file RawTypes.h.

Member Data Documentation

◆ ClassName

support::ulittle16_t llvm::pdb::SecMapEntry::ClassName

Definition at line 82 of file RawTypes.h.

◆ Flags

support::ulittle16_t llvm::pdb::SecMapEntry::Flags

Definition at line 76 of file RawTypes.h.

◆ Frame

support::ulittle16_t llvm::pdb::SecMapEntry::Frame

Definition at line 79 of file RawTypes.h.

◆ Group

support::ulittle16_t llvm::pdb::SecMapEntry::Group

Definition at line 78 of file RawTypes.h.

◆ Offset

support::ulittle32_t llvm::pdb::SecMapEntry::Offset

Definition at line 84 of file RawTypes.h.

◆ Ovl

support::ulittle16_t llvm::pdb::SecMapEntry::Ovl

Definition at line 77 of file RawTypes.h.

◆ SecByteLength

support::ulittle32_t llvm::pdb::SecMapEntry::SecByteLength

Definition at line 88 of file RawTypes.h.

◆ SecName

support::ulittle16_t llvm::pdb::SecMapEntry::SecName

Definition at line 80 of file RawTypes.h.


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