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

References

tools/lld/COFF/PDB.cpp
  452     auto tpiHashes = GloballyHashedType::hashTypes(expectedTpi->typeArray());
  457                              expectedTpi->typeArray(), tpiHashes, endPrecomp))
  463           GloballyHashedType::hashIds(maybeIpi->typeArray(), tpiHashes);
  466                              indexMap.ipiMap, maybeIpi->typeArray(), ipiHashes))
  472                                     expectedTpi->typeArray()))
  478                                     indexMap.ipiMap, maybeIpi->typeArray()))
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1180   for (const CVType &cvt : m_index.tpi().typeArray()) {
tools/llvm-pdbutil/BytesOutputStyle.cpp
  456   auto &Types = Tpi->typeArray();
tools/llvm-pdbutil/InputFile.cpp
  384     auto &Array = Stream.typeArray();
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1307           codeview::mergeTypeRecords(MergedTpi, TypeMap, Tpi.typeArray()));
 1312                                          Ipi.typeArray()));