Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp100 const bool SkipIdenticalHashes; member in __anon5311ae9e0311::AccelTableWriter
110 bool SkipIdenticalHashes) in AccelTableWriter() argument
111 : Asm(Asm), Contents(Contents), SkipIdenticalHashes(SkipIdenticalHashes) { in AccelTableWriter()
260 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
276 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()