LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"
Public Member Functions | |
virtual | ~SymbolVisitorCallbacks ()=default |
virtual Error | visitUnknownSymbol (CVSymbol &Record) |
Action to take on unknown symbols. By default, they are ignored. | |
virtual Error | visitSymbolBegin (CVSymbol &Record, uint32_t Offset) |
Paired begin/end actions for all symbols. | |
virtual Error | visitSymbolBegin (CVSymbol &Record) |
virtual Error | visitSymbolEnd (CVSymbol &Record) |
Friends | |
class | CVSymbolVisitor |
Definition at line 18 of file SymbolVisitorCallbacks.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in llvm::codeview::SymbolDeserializer, llvm::codeview::SymbolRecordMapping, llvm::codeview::SymbolSerializer, llvm::codeview::SymbolVisitorCallbackPipeline, and llvm::logicalview::LVSymbolVisitor.
Definition at line 35 of file SymbolVisitorCallbacks.h.
References llvm::Error::success().
|
inlinevirtual |
Paired begin/end actions for all symbols.
Receives all record data, including the fixed-length record prefix. visitSymbolBegin() should return the type of the Symbol, or an error if it cannot be determined.
Reimplemented in llvm::codeview::SymbolDeserializer, llvm::codeview::SymbolVisitorCallbackPipeline, and llvm::logicalview::LVSymbolVisitor.
Definition at line 32 of file SymbolVisitorCallbacks.h.
References llvm::Error::success().
Referenced by llvm::codeview::CVSymbolVisitor::visitSymbolRecord().
|
inlinevirtual |
Reimplemented in llvm::codeview::SymbolDeserializer, llvm::codeview::SymbolRecordMapping, llvm::codeview::SymbolSerializer, llvm::codeview::SymbolVisitorCallbackPipeline, and llvm::logicalview::LVSymbolVisitor.
Definition at line 36 of file SymbolVisitorCallbacks.h.
References llvm::Error::success().
Referenced by finishVisitation().
|
inlinevirtual |
Action to take on unknown symbols. By default, they are ignored.
Reimplemented in llvm::codeview::SymbolVisitorCallbackPipeline, and llvm::logicalview::LVSymbolVisitor.
Definition at line 25 of file SymbolVisitorCallbacks.h.
References llvm::Error::success().
Referenced by finishVisitation().
|
friend |
Definition at line 19 of file SymbolVisitorCallbacks.h.