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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  217 SYMBOL_RECORD(S_DEFRANGE_SUBFIELD, 0x1140, DefRangeSubfieldSym)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  217 SYMBOL_RECORD(S_DEFRANGE_SUBFIELD, 0x1140, DefRangeSubfieldSym)
lib/DebugInfo/CodeView/SymbolDumper.cpp
  362 Error CVSymbolDumperImpl::visitKnownRecord(
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  283 Error SymbolRecordMapping::visitKnownRecord(
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  619 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR,

Declarations

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  217 SYMBOL_RECORD(S_DEFRANGE_SUBFIELD, 0x1140, DefRangeSubfieldSym)

References

include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
   42     if (auto EC = S.visitKnownRecord(Symbol, Record))
include/llvm/DebugInfo/CodeView/SymbolSerializer.h
   58     consumeError(Serializer.visitKnownRecord(Result, Sym));
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   25   if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord))