Home
last modified time | relevance | path

Searched defs:getFunctionName (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h78 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp497 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp339 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1111 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp456 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
2963 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp202 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3167 static FormatToken *getFunctionName(const AnnotatedLine &Line) { in getFunctionName() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp832 static std::string getFunctionName(const CallEvent &Call) { in getFunctionName() function in __anon6bc7ad640111::StdLibraryFunctionsChecker
H A DMallocChecker.cpp780 getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in __anone88413230511::NoOwnershipChangeVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2007 StringLiteral *getFunctionName() { in getFunctionName() function
2013 const StringLiteral *getFunctionName() const { in getFunctionName() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp261 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo