Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp334 nbTypeRecords = indexMapStorage.size() - nbHeadIndices; in mergeDebugT()
394 nbTypeRecords = tpiMap.size() + ipiMap.size(); in mergeDebugT()
744 nbTypeRecords = ghashes.size(); in remapTpiWithGHashes()
816 nbTypeRecords = ipiSrc->ghashes.size(); in remapTpiWithGHashes()
822 nbTypeRecords += ghashes.size(); in remapTpiWithGHashes()
909 nbTypeRecords = ghashes.size(); in remapTpiWithGHashes()
H A DDebugTypes.h162 uint64_t nbTypeRecords = 0; variable
H A DPDB.cpp161 uint64_t nbTypeRecords = 0; member in __anon94582cee0111::PDBLinker
1196 nbTypeRecords += source->nbTypeRecords; in addObjectsToPDB()
1257 print(nbTypeRecords, "Input type records"); in printStats()