LLVM 20.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 312 of file LVCodeViewVisitor.cpp.
|
inline |
Definition at line 328 of file LVCodeViewVisitor.cpp.
|
default |
LVForwardReferences llvm::logicalview::LVShared::ForwardReferences |
Definition at line 315 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord(), and llvm::logicalview::LVTypeVisitor::visitKnownRecord().
LVLineRecords llvm::logicalview::LVShared::LineRecords |
Definition at line 316 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVTypeVisitor::visitKnownRecord().
LVNamespaceDeduction llvm::logicalview::LVShared::NamespaceDeduction |
Definition at line 317 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord(), and llvm::logicalview::LVTypeVisitor::visitKnownRecord().
LVCodeViewReader* llvm::logicalview::LVShared::Reader |
Definition at line 313 of file LVCodeViewVisitor.cpp.
LVStringRecords llvm::logicalview::LVShared::StringRecords |
Definition at line 318 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord(), and llvm::logicalview::LVTypeVisitor::visitKnownRecord().
LVSymbolKinds llvm::logicalview::LVShared::SymbolKinds |
Definition at line 326 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVSymbolVisitor::visitSymbolBegin().
LVTypeKinds llvm::logicalview::LVShared::TypeKinds |
Definition at line 325 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVTypeVisitor::visitTypeBegin().
LVTypeRecords llvm::logicalview::LVShared::TypeRecords |
Definition at line 319 of file LVCodeViewVisitor.cpp.
Referenced by llvm::logicalview::LVTypeVisitor::visitKnownRecord(), and llvm::logicalview::LVTypeVisitor::visitTypeBegin().
LVLogicalVisitor* llvm::logicalview::LVShared::Visitor |
Definition at line 314 of file LVCodeViewVisitor.cpp.