LLVM
8.0.1
|
Dumper for CodeView symbol streams found in COFF object files and PDB files. More...
#include "llvm/DebugInfo/CodeView/SymbolDumper.h"
Public Member Functions | |
CVSymbolDumper (ScopedPrinter &W, TypeCollection &Types, CodeViewContainer Container, std::unique_ptr< SymbolDumpDelegate > ObjDelegate, CPUType CPU, bool PrintRecordBytes) | |
Error | dump (CVRecord< SymbolKind > &Record) |
Dumps one type record. More... | |
Error | dump (const CVSymbolArray &Symbols) |
Dumps the type records in Data. More... | |
CPUType | getCompilationCPUType () const |
Dumper for CodeView symbol streams found in COFF object files and PDB files.
Definition at line 26 of file SymbolDumper.h.
|
inline |
Definition at line 28 of file SymbolDumper.h.
References dump(), and llvm::codeview::Symbols.
Error CVSymbolDumper::dump | ( | CVRecord< SymbolKind > & | Record | ) |
Dumps one type record.
Returns false if there was a type parsing error, and true otherwise. This should be called in order, since the dumper maintains state about previous records which are necessary for cross type references.
Definition at line 639 of file SymbolDumper.cpp.
References llvm::codeview::SymbolVisitorCallbackPipeline::addCallbackToPipeline(), and llvm::RISCVFenceField::W.
Referenced by CVSymbolDumper().
Error CVSymbolDumper::dump | ( | const CVSymbolArray & | Symbols | ) |
Dumps the type records in Data.
Returns false if there was a type stream parse error, and true otherwise.
Definition at line 653 of file SymbolDumper.cpp.
References llvm::codeview::SymbolVisitorCallbackPipeline::addCallbackToPipeline(), and llvm::RISCVFenceField::W.
|
inline |
Definition at line 46 of file SymbolDumper.h.