LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h"
Definition at line 21 of file TypeVisitorCallbackPipeline.h.
|
default |
|
inline |
Definition at line 81 of file TypeVisitorCallbackPipeline.h.
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 65 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 73 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverridevirtual |
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 41 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 49 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 57 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverridevirtual |
Reimplemented from llvm::codeview::TypeVisitorCallbacks.
Definition at line 33 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().
|
inlineoverride |
Definition at line 25 of file TypeVisitorCallbackPipeline.h.
References llvm::codeview::EC, and llvm::Error::success().