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

References

lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
   35 static SegmentInjection InjectMethodOverloadList(TypeLeafKind::LF_METHODLIST);
   43                                                    : LF_METHODLIST;
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  345   case TypeLeafKind::LF_METHODLIST:
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  196       CVR.kind() != TypeLeafKind::LF_METHODLIST)
  637   const bool IsFromOverloadList = (TypeKind == LF_METHODLIST);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  191   assert(method_list_type.kind() == LF_METHODLIST);