Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp134 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DItaniumDemangle.cpp473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp340 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwindCursor.hpp440 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
2122 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h1285 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp255 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h2001 StringLiteral *getFunctionName() { in getFunctionName() function
2007 const StringLiteral *getFunctionName() const { in getFunctionName() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo