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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  780   TypeIndex getMethodList() const { return MethodList; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  629   error(IO.mapInteger(Record.MethodList, "MethodListIndex"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  614   IO.mapRequired("MethodList", Record.MethodList);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  188   TypeIndex method_list_idx = overloaded.MethodList;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  538            Method.Name, Method.NumOverloads, Method.MethodList);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  483   checkTypeReferences(0, OverloadedMethod.MethodList);
  531       0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList,