Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp376 expectedTpi->typeArray())) in mergeDebugT()
383 maybeIpi->typeArray())) in mergeDebugT()
391 expectedTpi->typeArray().getUnderlyingStream().getLength() + in mergeDebugT()
392 (maybeIpi ? maybeIpi->typeArray().getUnderlyingStream().getLength() in mergeDebugT()
759 GloballyHashedType::hashTypes(expectedTpi->typeArray())); in loadGHashes()
769 GloballyHashedType::hashIds(expectedIpi->typeArray(), ghashes)); in loadGHashes()
798 mergeUniqueTypeRecords(typeArrayToBytes(tpi.typeArray())); in remapTpiWithGHashes()
806 ipiSrc->mergeUniqueTypeRecords(typeArrayToBytes(ipi.typeArray())); in remapTpiWithGHashes()
810 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
816 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp431 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1245 for (const CVType &cvt : index.tpi().typeArray()) { in ParseNamespace()
1281 for (const CVType &cvt : index.tpi().typeArray()) { in ParseAllTypes()