Home
last modified time | relevance | path

Searched refs:ghashIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h108 bool shouldOmitFromPdb(uint32_t ghashIdx) { in shouldOmitFromPdb() argument
109 return ghashIdx == endPrecompIdx; in shouldOmitFromPdb()
H A DDebugTypes.cpp842 uint32_t ghashIdx = 0; in loadGHashes() local
854 endPrecompIdx = ghashIdx; in loadGHashes()
859 ++ghashIdx; in loadGHashes()
966 GHashCell(bool isItem, uint32_t tpiSrcIdx, uint32_t ghashIdx) in GHashCell() argument
968 ghashIdx) { in GHashCell()
970 assert(ghashIdx == getGHashIdx() && "round trip failure"); in GHashCell()