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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  143   TypeIndex getModifiedType() const { return ModifiedType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  273   error(IO.mapInteger(Record.ModifiedType, "ModifiedType"));
lib/DebugInfo/PDB/Native/SymbolCache.cpp
  119   if (Record.ModifiedType.isSimple())
  120     return createSimpleType(Record.ModifiedType, Record.Modifiers);
  123   SymIndexId UnmodifiedId = findSymbolByTypeIndex(Record.ModifiedType);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  395   IO.mapRequired("ModifiedType", Record.ModifiedType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   88     return GetIntegralTypeInfo(mfr.ModifiedType, tpi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  756   clang::QualType unmodified_type = GetOrCreateType(modifier.ModifiedType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  449   return mr.ModifiedType;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  453   if (mr.ModifiedType.isSimple())
  454     name = GetSimpleTypeName(mr.ModifiedType.getSimpleKind());
  456     name = computeTypeName(stream.typeCollection(), mr.ModifiedType);
  458   lldb::TypeSP modified_type = GetOrCreateType(mr.ModifiedType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  445   P.formatLine("referent = {0}, modifiers = {1}", Mod.ModifiedType,
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  365   Modifier.ModifiedType = TypeIndex::fromArrayIndex(0);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  333   checkTypeReferences(0, Modifier.ModifiedType);
  442   checkTypeReferences(7, Modifier.ModifiedType);