LLVM 22.0.0git
llvm::logicalview::LVShared Struct Reference

Public Member Functions

 LVShared (LVCodeViewReader *Reader, LVLogicalVisitor *Visitor)
 ~LVShared ()=default

Public Attributes

LVCodeViewReaderReader
LVLogicalVisitorVisitor
LVForwardReferences ForwardReferences
LVLineRecords LineRecords
LVNamespaceDeduction NamespaceDeduction
LVStringRecords StringRecords
LVTypeRecords TypeRecords
LVTypeKinds TypeKinds
LVSymbolKinds SymbolKinds

Detailed Description

Definition at line 299 of file LVCodeViewVisitor.cpp.

Constructor & Destructor Documentation

◆ LVShared()

llvm::logicalview::LVShared::LVShared ( LVCodeViewReader * Reader,
LVLogicalVisitor * Visitor )
inline

Definition at line 315 of file LVCodeViewVisitor.cpp.

References NamespaceDeduction, Reader, TypeRecords, and Visitor.

◆ ~LVShared()

llvm::logicalview::LVShared::~LVShared ( )
default

Member Data Documentation

◆ ForwardReferences

LVForwardReferences llvm::logicalview::LVShared::ForwardReferences

Definition at line 302 of file LVCodeViewVisitor.cpp.

◆ LineRecords

LVLineRecords llvm::logicalview::LVShared::LineRecords

Definition at line 303 of file LVCodeViewVisitor.cpp.

◆ NamespaceDeduction

LVNamespaceDeduction llvm::logicalview::LVShared::NamespaceDeduction

Definition at line 304 of file LVCodeViewVisitor.cpp.

Referenced by LVShared().

◆ Reader

LVCodeViewReader* llvm::logicalview::LVShared::Reader

Definition at line 300 of file LVCodeViewVisitor.cpp.

Referenced by LVShared().

◆ StringRecords

LVStringRecords llvm::logicalview::LVShared::StringRecords

Definition at line 305 of file LVCodeViewVisitor.cpp.

◆ SymbolKinds

LVSymbolKinds llvm::logicalview::LVShared::SymbolKinds

Definition at line 313 of file LVCodeViewVisitor.cpp.

◆ TypeKinds

LVTypeKinds llvm::logicalview::LVShared::TypeKinds

Definition at line 312 of file LVCodeViewVisitor.cpp.

◆ TypeRecords

LVTypeRecords llvm::logicalview::LVShared::TypeRecords

Definition at line 306 of file LVCodeViewVisitor.cpp.

Referenced by LVShared().

◆ Visitor

LVLogicalVisitor* llvm::logicalview::LVShared::Visitor

Definition at line 301 of file LVCodeViewVisitor.cpp.

Referenced by LVShared().


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