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) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2667           RegRelFlags = DefRangeRegisterRelSym::IsSubfieldFlag |
 2669                          << DefRangeRegisterRelSym::OffsetInParentShift);
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   24   T KnownRecord(RK);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  326     CVSymbol &CVR, DefRangeRegisterRelSym &DefRangeRegisterRel) {
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  249     CVSymbol &CVR, DefRangeRegisterRelSym &DefRangeRegisterRel) {
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  231     return SymbolDeserializer::deserializeAs<T>(CVS, Symbol);
  234   mutable T Symbol;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  655       DefRangeRegisterRelSym loc(SymbolRecordKind::DefRangeRegisterRelSym);
  656       cantFail(SymbolDeserializer::deserializeAs<DefRangeRegisterRelSym>(
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  580                                             DefRangeRegisterRelSym &Def) {