| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 84 return CheckerContext::isCLibraryFunction(FD, getFunctionName()) && in matchesImpl() 90 II = &FD->getASTContext().Idents.get(getFunctionName()); in matchesImpl() 103 return Name.getAsString() == CD.getFunctionName(); in matchesImpl()
|
| H A D | SValBuilder.cpp | 347 assert(PE->getFunctionName() && in getConstantVal() 350 return makeLoc(getRegionManager().getStringRegion(PE->getFunctionName())); in getConstantVal()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | OpToFuncCallLowering.h | 57 StringRef funcName = getFunctionName( in matchAndRewrite() 93 StringRef getFunctionName(Type type) const { in getFunctionName() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 38 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress() 143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 102 char *getFunctionName(char *Buf, size_t *N) const;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBContext.h | 61 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | XCOFFObjectFileTest.cpp | 93 ASSERT_TRUE(TT.getFunctionName()); in TEST() 94 EXPECT_EQ(TT.getFunctionName().value(), "add_all"); in TEST() 95 EXPECT_EQ(TT.getFunctionName().value().size(), 7u); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Demangle/ |
| H A D | PartialDemangleTest.cpp | 187 char *Res = D.getFunctionName(Buf, &N); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallDescription.h | 79 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 201 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function 331 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction() 341 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 363 2 + (Version >= 47) + wordsOfString(getFunctionName(SP)); in writeOut() 374 writeString(getFunctionName(SP)); in writeOut()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 220 << AnalysisDeclContext::getFunctionName(D); in DisplayFunction() 628 AnalysisDeclContext::getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | UnwindCursor.hpp | 454 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor 502 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 933 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 2020 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable() 2261 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable() 2845 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
|
| H A D | libunwind.cpp | 217 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 203 static std::string getFunctionName(const Decl *D);
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 156 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 433 DP << "call to " << getFunctionName() << " marked \"dontcall-"; in print()
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 515 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 833 const Optional<StringRef> &getFunctionName() const { return FunctionName; }
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 1112 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Relocations.cpp | 585 char *buf = d.getFunctionName(nullptr, nullptr); in canSuggestExternCForCXX() 679 if (char *buf = d.getFunctionName(nullptr, nullptr)) { in getAlternativeSpelling()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 737 StringRef getFunctionName(const FunctionDecl *FD);
|
| H A D | CodeGenAction.cpp | 835 << llvm::demangle(D.getFunctionName().str()) << D.getNote(); in DontCallDiagHandler()
|
| H A D | CGDebugInfo.cpp | 258 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo 1749 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() 3679 Name = getFunctionName(FD); in collectFunctionDeclProps()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 595 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() 600 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
|