|
LLVM 24.0.0git
|
#include "llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h"
Definition at line 39 of file LVCodeViewVisitor.h.
|
inline |
Definition at line 60 of file LVCodeViewVisitor.h.
|
override |
Definition at line 519 of file LVCodeViewVisitor.cpp.
References Arguments, llvm::codeview::BuildInfoRecord::CurrentDirectory, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::codeview::BuildInfoRecord::SourceFile, llvm::pdb::StreamIPI, llvm::String, and llvm::Error::success().
|
override |
Definition at line 551 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Class, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 569 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Enum, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 582 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 596 of file LVCodeViewVisitor.cpp.
References llvm::codeview::ProcedureRecord::getArgumentList(), llvm::codeview::ProcedureRecord::getParameterCount(), llvm::codeview::ProcedureRecord::getReturnType(), LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 610 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, llvm::String, and llvm::Error::success().
|
override |
Definition at line 620 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, and llvm::Error::success().
|
override |
Definition at line 634 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, llvm::Error::success(), and llvm::pdb::Union.
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 496 of file LVCodeViewVisitor.cpp.
References llvm::pdb::formatTypeLeafKind(), LLVM_DEBUG, and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 505 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, and llvm::Error::success().
Paired begin/end actions for all types.
Receives all record data, including the fixed-length record prefix. visitTypeBegin() should return the type of the Record, or an error if it cannot be determined. Exactly one of the two visitTypeBegin methods will be called, depending on whether records are being visited sequentially or randomly. An implementation should be prepared to handle both (or assert if it can't handle random access visitation).
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 471 of file LVCodeViewVisitor.cpp.
References llvm::codeview::TypeIndex::fromArrayIndex(), and visitTypeBegin().
Referenced by visitTypeBegin().
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 475 of file LVCodeViewVisitor.cpp.
References llvm::pdb::formatTypeLeafKind(), llvm::codeview::TypeIndex::getIndex(), LLVM_DEBUG, llvm::logicalview::options(), and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 513 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, and llvm::Error::success().
Action to take on unknown types. By default, they are ignored.
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 491 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, and llvm::Error::success().