LLVM 19.0.0git
Public Attributes | List of all members
llvm::codeview::PCHMergerInfo Struct Reference

Used to forward information about PCH.OBJ (precompiled) files, when applicable. More...

#include "llvm/DebugInfo/CodeView/TypeStreamMerger.h"

Public Attributes

uint32_t PCHSignature {}
 
uint32_t EndPrecompIndex = ~0U
 

Detailed Description

Used to forward information about PCH.OBJ (precompiled) files, when applicable.

Definition at line 27 of file TypeStreamMerger.h.

Member Data Documentation

◆ EndPrecompIndex

uint32_t llvm::codeview::PCHMergerInfo::EndPrecompIndex = ~0U

Definition at line 29 of file TypeStreamMerger.h.

◆ PCHSignature

uint32_t llvm::codeview::PCHMergerInfo::PCHSignature {}

Definition at line 28 of file TypeStreamMerger.h.


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