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

Declarations

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   56   ArrayRef<ArrayRef<uint8_t>> records() const;

References

lib/ObjectYAML/CodeViewYAMLTypes.cpp
  101     return CVType(TS.records().back());
  499   return CVType(TS.records().back());
  812   for (const auto &R : TS.records()) {
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  108       CVType Type(Builder.records().back());
  371       {Builder.records()[0]},
  372       {Builder.records()[1]},
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
  112   auto Hashes1 = GloballyHashedType::hashTypes(Ordering1.records());
  136   auto Hashes2 = GloballyHashedType::hashTypes(Ordering2.records());
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   47       CVRecords = TTB->records();
   68     ASSERT_EQ(sizeof...(T), TTB->records().size());
  124     Refs.resize(TTB->records().size());
  125     for (uint32_t I = 0; I < TTB->records().size(); ++I) {
  126       ArrayRef<uint8_t> Data = TTB->records()[I];