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.h90 std::optional<StringRef> CheckHash = std::nullopt);
99 std::optional<StringRef> CheckHash = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp571 std::optional<StringRef> CheckHash) { in analyze() argument
623 if (Error E = parseBlock(MaybeBlockID.get(), 0, O, CheckHash)) in analyze()
742 std::optional<StringRef> CheckHash) { in parseBlock() argument
827 if (Error E = parseBlock(Entry.ID, IndentLevel + 1, O, CheckHash)) in parseBlock()
914 CheckHash) { in parseBlock()
921 Hasher.update(*CheckHash); in parseBlock()