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.cpp335 nbTypeRecords = indexMapStorage.size() - nbHeadIndices; in mergeDebugT()
391 nbTypeRecords = tpiMap.size() + ipiMap.size(); in mergeDebugT()
740 nbTypeRecords = ghashes.size(); in remapTpiWithGHashes()
811 nbTypeRecords = ipiSrc->ghashes.size(); in remapTpiWithGHashes()
817 nbTypeRecords += ghashes.size(); in remapTpiWithGHashes()
904 nbTypeRecords = ghashes.size(); in remapTpiWithGHashes()
H A DDebugTypes.h162 uint64_t nbTypeRecords = 0; variable
H A DPDB.cpp171 uint64_t nbTypeRecords = 0; member in __anonee068cb60111::PDBLinker
1198 nbTypeRecords += source->nbTypeRecords; in addObjectsToPDB()
1259 print(nbTypeRecords, "Input type records"); in printStats()