reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
   36   template <typename T> static Error deserializeAs(CVSymbol Symbol, T &Record) {
   83   template <typename T> Error visitKnownRecordImpl(CVSymbol &CVR, T &Record) {
include/llvm/DebugInfo/CodeView/SymbolSerializer.h
   52   static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
   75   Error visitKnownRecordImpl(CVSymbol &CVR, RecordKind &Record) {
include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
   62   void addGlobalSymbol(const codeview::ConstantSym &Sym);
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   24   T KnownRecord(RK);
lib/DebugInfo/CodeView/RecordName.cpp
  324     ConstantSym Const(SymbolKind::S_CONSTANT);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  289                                            ConstantSym &Constant) {
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  210                                             ConstantSym &Constant) {
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   63   template <typename T> void addSymbol(const T &Symbol, MSFBuilder &Msf) {
   64     T Copy(Symbol);
  298 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) {
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  231     return SymbolDeserializer::deserializeAs<T>(CVS, Symbol);
  234   mutable T Symbol;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  500     ConstantSym constant(SymbolRecordKind::ConstantSym);
  501     cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(sym, constant));
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  823   ConstantSym constant(cvs.kind());
  825   llvm::cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(cvs, constant));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  547                                             ConstantSym &Constant) {