Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp32 static std::string GetSignature(const FunctionDecl *Target) { in GetSignature() function
108 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND)); in GetEnclosingDeclContextSignature()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3694 auto GetSignature = [&](const Elf_Sym &Sym, unsigned SymNdx, in getGroups() local
3728 Signature = GetSignature(**SymOrErr, Sec.sh_info, **SymtabOrErr); in getGroups()