Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp336 nbTypeRecordsBytes = reader.getLength(); in mergeDebugT()
392 nbTypeRecordsBytes = in mergeDebugT()
741 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
812 nbTypeRecordsBytes = ipi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
818 nbTypeRecordsBytes += tpi.typeArray().getUnderlyingStream().getLength(); in remapTpiWithGHashes()
905 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
H A DDebugTypes.h163 uint64_t nbTypeRecordsBytes = 0; variable
H A DPDB.cpp172 uint64_t nbTypeRecordsBytes = 0; member in __anon67edd5630111::PDBLinker
1199 nbTypeRecordsBytes += source->nbTypeRecordsBytes; in addObjectsToPDB()
1260 print(nbTypeRecordsBytes, "Input type records bytes"); in printStats()