Lines Matching refs:debugTypes
307 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT()
554 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes()
593 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()
699 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()
704 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
748 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local
749 checkError(stream.readBytes(0, stream.getLength(), debugTypes)); in typeArrayToBytes()
750 return debugTypes; in typeArrayToBytes()
807 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
832 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
854 mergeUniqueTypeRecords(file->debugTypes, in remapTpiWithGHashes()
859 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()