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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  550   uint8_t getBitSize() const { return BitSize; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  445   error(IO.mapInteger(Record.BitSize, "BitSize"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  544   IO.mapRequired("BitSize", Record.BitSize);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  157       bitfield_width = bfr.BitSize;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  472                BF.BitOffset, BF.BitSize);