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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  548   TypeIndex getType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  444   error(IO.mapInteger(Record.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  543   IO.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  158       ti = bfr.Type;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  471   P.formatLine("type = {0}, bit offset = {1}, # bits = {2}", BF.Type,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  390   checkTypeReferences(0, BitField.Type);
  452   checkTypeReferences(15, BitField.Type);