Searched refs:GetSignature (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp113 LLDB_LOG(log, "Replaying {0}: {1}", id, GetSignature(id));
115 llvm::errs() << "Replaying " << id << ": " << GetSignature(id) << "\n";
143 std::string Registry::GetSignature(unsigned id) { function in class:Registry
151 << GetSignature(expected) << "'\n";
153 << GetSignature(actual) << "'\n";
159 llvm::errs() << "Replaying " << actual << ": " << GetSignature(actual)
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp30 static std::string GetSignature(const FunctionDecl *Target) { function
106 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h548 std::string GetSignature(unsigned id);

Completed in 151 milliseconds