LLVM 22.0.0git
|
Public Member Functions | |
LVShared (LVCodeViewReader *Reader, LVLogicalVisitor *Visitor) | |
~LVShared ()=default |
Public Attributes | |
LVCodeViewReader * | Reader |
LVLogicalVisitor * | Visitor |
LVForwardReferences | ForwardReferences |
LVLineRecords | LineRecords |
LVNamespaceDeduction | NamespaceDeduction |
LVStringRecords | StringRecords |
LVTypeRecords | TypeRecords |
LVTypeKinds | TypeKinds |
LVSymbolKinds | SymbolKinds |
Definition at line 299 of file LVCodeViewVisitor.cpp.
|
inline |
Definition at line 315 of file LVCodeViewVisitor.cpp.
References NamespaceDeduction, Reader, TypeRecords, and Visitor.
|
default |
LVForwardReferences llvm::logicalview::LVShared::ForwardReferences |
Definition at line 302 of file LVCodeViewVisitor.cpp.
LVLineRecords llvm::logicalview::LVShared::LineRecords |
Definition at line 303 of file LVCodeViewVisitor.cpp.
LVNamespaceDeduction llvm::logicalview::LVShared::NamespaceDeduction |
Definition at line 304 of file LVCodeViewVisitor.cpp.
Referenced by LVShared().
LVCodeViewReader* llvm::logicalview::LVShared::Reader |
Definition at line 300 of file LVCodeViewVisitor.cpp.
Referenced by LVShared().
LVStringRecords llvm::logicalview::LVShared::StringRecords |
Definition at line 305 of file LVCodeViewVisitor.cpp.
LVSymbolKinds llvm::logicalview::LVShared::SymbolKinds |
Definition at line 313 of file LVCodeViewVisitor.cpp.
LVTypeKinds llvm::logicalview::LVShared::TypeKinds |
Definition at line 312 of file LVCodeViewVisitor.cpp.
LVTypeRecords llvm::logicalview::LVShared::TypeRecords |
Definition at line 306 of file LVCodeViewVisitor.cpp.
Referenced by LVShared().
LVLogicalVisitor* llvm::logicalview::LVShared::Visitor |
Definition at line 301 of file LVCodeViewVisitor.cpp.
Referenced by LVShared().