Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp366 expectedTpi->typeArray())) in mergeDebugT()
373 maybeIpi->typeArray())) in mergeDebugT()
381 expectedTpi->typeArray().getUnderlyingStream().getLength() + in mergeDebugT()
382 (maybeIpi ? maybeIpi->typeArray().getUnderlyingStream().getLength() in mergeDebugT()
724 GloballyHashedType::hashTypes(expectedTpi->typeArray())); in loadGHashes()
734 GloballyHashedType::hashIds(expectedIpi->typeArray(), ghashes)); in loadGHashes()
763 mergeUniqueTypeRecords(typeArrayToBytes(tpi.typeArray())); in remapTpiWithGHashes()
771 ipiSrc->mergeUniqueTypeRecords(typeArrayToBytes(ipi.typeArray())); in remapTpiWithGHashes()
775 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
781 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() function
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp456 auto &Types = Tpi->typeArray(); in initializeTypes()
H A Dllvm-pdbutil.cpp1336 codeview::mergeTypeRecords(MergedTpi, TypeMap, Tpi.typeArray())); in mergePdbs()
1341 Ipi.typeArray())); in mergePdbs()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp431 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1492 for (const CVType &cvt : m_index.tpi().typeArray()) { in ParseAllNamespacesPlusChildrenOf()