Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2207 bool IsLastInChain = (I + 1) == E || I->BucketIdx != (I + 1)->BucketIdx; in writeHashTable() local
2208 Hash = IsLastInChain ? Hash | 1 : Hash & ~1; in writeHashTable()