Home
last modified time | relevance | path

Searched refs:getFunctionName (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp84 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 DSValBuilder.cpp347 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 DOpToFuncCallLowering.h57 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 DPDBContext.cpp38 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 DDemangle.h102 char *getFunctionName(char *Buf, size_t *N) const;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h61 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/llvm-project-15.0.7/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp93 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 DPartialDemangleTest.cpp187 char *Res = D.getFunctionName(Buf, &N); in TEST()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h79 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp201 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 DAnalysisConsumer.cpp220 << AnalysisDeclContext::getFunctionName(D); in DisplayFunction()
628 AnalysisDeclContext::getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp340 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 DUnwindCursor.hpp454 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 Dlibunwind.cpp217 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h203 static std::string getFunctionName(const Decl *D);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp156 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp433 DP << "call to " << getFunctionName() << " marked \"dontcall-"; in print()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp515 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 DXCOFFObjectFile.h833 const Optional<StringRef> &getFunctionName() const { return FunctionName; }
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1112 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp585 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 DCGDebugInfo.h737 StringRef getFunctionName(const FunctionDecl *FD);
H A DCodeGenAction.cpp835 << llvm::demangle(D.getFunctionName().str()) << D.getNote(); in DontCallDiagHandler()
H A DCGDebugInfo.cpp258 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 DASTWriterStmt.cpp595 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr()
600 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()

12