| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"
Public Member Functions | |
| SymbolRecordMapping (BinaryStreamReader &Reader, CodeViewContainer Container) | |
| SymbolRecordMapping (BinaryStreamWriter &Writer, CodeViewContainer Container) | |
| Error | visitSymbolBegin (CVSymbol &Record) override | 
| Error | visitSymbolEnd (CVSymbol &Record) override | 
| Public Member Functions inherited from llvm::codeview::SymbolVisitorCallbacks | |
| 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.   | |
Definition at line 21 of file SymbolRecordMapping.h.
      
  | 
  inlineexplicit | 
Definition at line 23 of file SymbolRecordMapping.h.
      
  | 
  inlineexplicit | 
Definition at line 26 of file SymbolRecordMapping.h.
Reimplemented from llvm::codeview::SymbolVisitorCallbacks.
Definition at line 36 of file SymbolRecordMapping.cpp.
References error, llvm::codeview::MaxRecordLength, and llvm::Error::success().
Referenced by llvm::codeview::getSymbolName().
Reimplemented from llvm::codeview::SymbolVisitorCallbacks.
Definition at line 41 of file SymbolRecordMapping.cpp.
References llvm::codeview::alignOf(), error, and llvm::Error::success().
Referenced by llvm::codeview::getSymbolName().