Home
last modified time | relevance | path

Searched refs:nbTypeRecordsBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp335 nbTypeRecordsBytes = reader.getLength(); in mergeDebugT()
395 nbTypeRecordsBytes = in mergeDebugT()
745 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
817 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
823 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
910 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
H A DDebugTypes.h163 uint64_t nbTypeRecordsBytes = 0; variable
H A DPDB.cpp162 uint64_t nbTypeRecordsBytes = 0; member in __anon94582cee0111::PDBLinker
1197 nbTypeRecordsBytes += source->nbTypeRecordsBytes; in addObjectsToPDB()
1258 print(nbTypeRecordsBytes, "Input type records bytes"); in printStats()