Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp183 bool ReportedInconsistentMD5 = false; member in __anon84a98b390111::AsmParser
3608 if (!ReportedInconsistentMD5 && !Ctx.isDwarfMD5UsageConsistent(0)) { in parseDirectiveFile()
3609 ReportedInconsistentMD5 = true; in parseDirectiveFile()
H A DMasmParser.cpp445 bool ReportedInconsistentMD5 = false; member in __anonbc3838060111::MasmParser
4894 if (!ReportedInconsistentMD5 && !Ctx.isDwarfMD5UsageConsistent(0)) { in parseDirectiveFile()
4895 ReportedInconsistentMD5 = true; in parseDirectiveFile()