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

Overrides

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  192 SYMBOL_RECORD(S_THUNK32       , 0x1102, Thunk32Sym)

Overridden By

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  192 SYMBOL_RECORD(S_THUNK32       , 0x1102, Thunk32Sym)
lib/DebugInfo/CodeView/SymbolDumper.cpp
  135 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) {
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) {
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  396 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) {

Declarations

include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  192 SYMBOL_RECORD(S_THUNK32       , 0x1102, Thunk32Sym)

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))