|
LLVM 23.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 525 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 557 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Class, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 575 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Enum, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 588 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 602 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 616 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, llvm::String, and llvm::Error::success().
|
override |
Definition at line 626 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, and llvm::Error::success().
|
override |
Definition at line 640 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 502 of file LVCodeViewVisitor.cpp.
References llvm::pdb::formatTypeLeafKind(), LLVM_DEBUG, and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 511 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 477 of file LVCodeViewVisitor.cpp.
References llvm::codeview::TypeIndex::fromArrayIndex(), and visitTypeBegin().
Referenced by visitTypeBegin().
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 481 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 519 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 497 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, and llvm::Error::success().