Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNoOwnershipChangeVisitor.cpp63 NoOwnershipChangeVisitor::getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in NoOwnershipChangeVisitor
HDStdLibraryFunctionsChecker.cpp832 static std::string getFunctionName(const CallEvent &Call) { in getFunctionName() function in __anon6858fa550111::StdLibraryFunctionsChecker
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallDescription.h105 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDItaniumDemangle.cpp497 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDAnalysisDeclContext.cpp339 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h1111 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp455 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
2971 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp202 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.cpp3571 static FormatToken *getFunctionName(const AnnotatedLine &Line, in getFunctionName() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h2035 StringLiteral *getFunctionName() { in getFunctionName() function
2041 const StringLiteral *getFunctionName() const { in getFunctionName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp271 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo