Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp378 expectedTpi->typeArray())) in mergeDebugT()
385 maybeIpi->typeArray())) in mergeDebugT()
393 expectedTpi->typeArray().getUnderlyingStream().getLength() + in mergeDebugT()
394 (maybeIpi ? maybeIpi->typeArray().getUnderlyingStream().getLength() in mergeDebugT()
761 GloballyHashedType::hashTypes(expectedTpi->typeArray())); in loadGHashes()
771 GloballyHashedType::hashIds(expectedIpi->typeArray(), ghashes)); in loadGHashes()
800 mergeUniqueTypeRecords(typeArrayToBytes(tpi.typeArray())); in remapTpiWithGHashes()
808 ipiSrc->mergeUniqueTypeRecords(typeArrayToBytes(ipi.typeArray())); in remapTpiWithGHashes()
812 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
818 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp456 auto &Types = Tpi->typeArray(); in initializeTypes()
H A Dllvm-pdbutil.cpp1334 codeview::mergeTypeRecords(MergedTpi, TypeMap, Tpi.typeArray())); in mergePdbs()
1339 Ipi.typeArray())); in mergePdbs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp432 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1247 for (const CVType &cvt : index.tpi().typeArray()) { in ParseNamespace()
1283 for (const CVType &cvt : index.tpi().typeArray()) { in ParseAllTypes()