|
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 520 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 552 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Class, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 570 of file LVCodeViewVisitor.cpp.
References llvm::pdb::Enum, LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 583 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamTPI, and llvm::Error::success().
|
override |
Definition at line 597 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 611 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, llvm::String, and llvm::Error::success().
|
override |
Definition at line 621 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, llvm::codeview::printTypeIndex(), llvm::pdb::StreamIPI, and llvm::Error::success().
|
override |
Definition at line 635 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 497 of file LVCodeViewVisitor.cpp.
References llvm::pdb::formatTypeLeafKind(), LLVM_DEBUG, and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 506 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 472 of file LVCodeViewVisitor.cpp.
References llvm::codeview::TypeIndex::fromArrayIndex(), and visitTypeBegin().
Referenced by visitTypeBegin().
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 476 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 514 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 492 of file LVCodeViewVisitor.cpp.
References LLVM_DEBUG, and llvm::Error::success().