LLDB mainline
lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration Struct Reference

Public Attributes

llvm::codeview::TypeIndex FileNameIndex
 This could either be an index into the /names section (string table, LF_UDT_MOD_SRC_LINE) or, this could be an index into the IPI stream to a LF_STRING_ID record (LF_UDT_SRC_LINE).
bool IsIpiIndex
uint32_t Line

Detailed Description

Definition at line 293 of file SymbolFileNativePDB.h.

Member Data Documentation

◆ FileNameIndex

llvm::codeview::TypeIndex lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::FileNameIndex

This could either be an index into the /names section (string table, LF_UDT_MOD_SRC_LINE) or, this could be an index into the IPI stream to a LF_STRING_ID record (LF_UDT_SRC_LINE).

Definition at line 297 of file SymbolFileNativePDB.h.

◆ IsIpiIndex

bool lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::IsIpiIndex

Definition at line 298 of file SymbolFileNativePDB.h.

◆ Line

uint32_t lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::Line

Definition at line 300 of file SymbolFileNativePDB.h.


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