| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress() 134 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 97 char *getFunctionName(char *Buf, size_t *N) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBContext.h | 59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 225 << AnalysisDeclContext::getFunctionName(D); in DisplayFunction() 360 std::string getFunctionName(const Decl *D); 586 AnalysisDeclContext::getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 255 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function 385 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction() 395 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 417 2 + (Version >= 47) + wordsOfString(getFunctionName(SP)); in writeOut() 428 writeString(getFunctionName(SP)); in writeOut()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 340 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext 512 Out << "Calling " << AnalysisDeclContext::getFunctionName(D); in dumpStack()
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | libunwind.cpp | 213 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
| H A D | UnwindCursor.hpp | 440 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor 476 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 897 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 2122 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 203 static std::string getFunctionName(const Decl *D);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 325 assert(PE->getFunctionName() && in getConstantVal() 328 return makeLoc(getRegionManager().getStringRegion(PE->getFunctionName())); in getConstantVal()
|
| H A D | CallEvent.cpp | 337 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) && in isCalled() 345 CD.getFunctionName()); in isCalled()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 155 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 632 const Optional<StringRef> &getFunctionName() const { return FunctionName; }
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 702 StringRef getFunctionName(const FunctionDecl *FD);
|
| H A D | CGDebugInfo.cpp | 251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo 1657 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() 3519 Name = getFunctionName(FD); in collectFunctionDeclProps()
|
| H A D | CGExprConstant.cpp | 1974 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName()); in VisitPredefinedExpr()
|
| H A D | CGExpr.cpp | 2948 auto SL = E->getFunctionName(); in EmitPredefinedLValue()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 749 char *buf = d.getFunctionName(nullptr, nullptr); in canSuggestExternCForCXX() 843 if (char *buf = d.getFunctionName(nullptr, nullptr)) { in getAlternativeSpelling()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1285 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 597 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() 602 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2001 StringLiteral *getFunctionName() { in getFunctionName() function 2007 const StringLiteral *getFunctionName() const { in getFunctionName() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6764 auto ToFunctionName = importChecked(Err, E->getFunctionName()); in VisitPredefinedExpr()
|
| H A D | ExprConstant.cpp | 3378 Lit = PE->getFunctionName(); in extractStringLiteralCharacter()
|