Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp79 static cl::opt<std::string> CheckHash( variable
128 CheckHash.empty() ? std::nullopt : std::optional<StringRef>(CheckHash))); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h92 std::optional<StringRef> CheckHash = std::nullopt);
101 std::optional<StringRef> CheckHash = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp574 std::optional<StringRef> CheckHash) { in analyze() argument
626 if (Error E = parseBlock(MaybeBlockID.get(), 0, O, CheckHash)) in analyze()
745 std::optional<StringRef> CheckHash) { in parseBlock() argument
830 if (Error E = parseBlock(Entry.ID, IndentLevel + 1, O, CheckHash)) in parseBlock()
917 CheckHash) { in parseBlock()
924 Hasher.update(*CheckHash); in parseBlock()