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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  764   ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  559   error(IO.mapVectorTail(Record.Methods, MapOneMethodRecord(true), "Method"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  594   IO.mapRequired("Methods", Record.Methods);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  197   for (const OneMethodRecord &method : method_list.Methods)
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  478   for (auto &M : Overloads.Methods)