Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp382 expectedTpi->typeArray())) in mergeDebugT()
389 maybeIpi->typeArray())) in mergeDebugT()
397 expectedTpi->typeArray().getUnderlyingStream().getLength() + in mergeDebugT()
398 (maybeIpi ? maybeIpi->typeArray().getUnderlyingStream().getLength() in mergeDebugT()
754 GloballyHashedType::hashTypes(expectedTpi->typeArray())); in loadGHashes()
764 GloballyHashedType::hashIds(expectedIpi->typeArray(), ghashes)); in loadGHashes()
793 mergeUniqueTypeRecords(typeArrayToBytes(tpi.typeArray())); in remapTpiWithGHashes()
801 ipiSrc->mergeUniqueTypeRecords(typeArrayToBytes(ipi.typeArray())); in remapTpiWithGHashes()
805 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
811 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp385 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection()
H A DBytesOutputStyle.cpp456 auto &Types = Tpi->typeArray(); in initializeTypes()
H A Dllvm-pdbutil.cpp1310 codeview::mergeTypeRecords(MergedTpi, TypeMap, Tpi.typeArray())); in mergePdbs()
1315 Ipi.typeArray())); in mergePdbs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1180 for (const CVType &cvt : m_index.tpi().typeArray()) { in ParseAllNamespacesPlusChildrenOf()