LLVM 19.0.0git
Public Attributes | List of all members
llvm::pdb::StringTableFixup Struct Reference

Represents a string table reference at some offset in the module symbol stream. More...

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

Public Attributes

uint32_t StrTabOffset = 0
 
uint32_t SymOffsetOfReference = 0
 

Detailed Description

Represents a string table reference at some offset in the module symbol stream.

Definition at line 58 of file DbiModuleDescriptorBuilder.h.

Member Data Documentation

◆ StrTabOffset

uint32_t llvm::pdb::StringTableFixup::StrTabOffset = 0

Definition at line 59 of file DbiModuleDescriptorBuilder.h.

◆ SymOffsetOfReference

uint32_t llvm::pdb::StringTableFixup::SymOffsetOfReference = 0

Definition at line 60 of file DbiModuleDescriptorBuilder.h.


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