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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  534   TypeIndex getUnderlyingType() const { return UnderlyingType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  435   error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  539   IO.mapRequired("UnderlyingType", Record.UnderlyingType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   98     return GetIntegralTypeInfo(er.UnderlyingType, tpi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1104   clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  861     return GetSizeOfType({record.UnderlyingType}, tpi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  581   TypeSP underlying_type = GetOrCreateType(er.UnderlyingType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  361                Enum.UnderlyingType);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  384   checkTypeReferences(0, Enum.FieldList, Enum.UnderlyingType);
  451   checkTypeReferences(14, Enum.FieldList, Enum.UnderlyingType);