| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 74 II = &ND->getASTContext().Idents.get(getFunctionName()); in matchNameOnly() 83 return Name.getAsString() == getFunctionName(); in matchNameOnly() 129 CheckerContext::isHardenedVariantOf(FD, getFunctionName())) { in matchesImpl() 144 return CheckerContext::isCLibraryFunction(FD, getFunctionName()); in matchesImpl()
|
| H A D | EntryPointStats.cpp | 150 clang::AnalysisDeclContext::getFunctionName(EntryPoint), OS); in dumpAsCSV()
|
| H A D | SValBuilder.cpp | 353 assert(PE->getFunctionName() && in getConstantVal() 356 return makeLoc(getRegionManager().getStringRegion(PE->getFunctionName())); in getConstantVal()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 62 static std::string getFunctionName(const CallEvent &Call) { in getFunctionName() function 86 formatv("'{0}' returns true (by convention)", getFunctionName(Call)); in checkPostCall() 96 getFunctionName(Call)); in checkPostCall()
|
| H A D | NoOwnershipChangeVisitor.h | 23 getFunctionName(const ExplodedNode *CallEnterN);
|
| H A D | NoOwnershipChangeVisitor.cpp | 63 NoOwnershipChangeVisitor::getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in NoOwnershipChangeVisitor
|
| H A D | ValistChecker.cpp | 154 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 170 if (PE->isTransparent() && PE->getFunctionName()) in IgnoreParensSingleStep() 171 return PE->getFunctionName(); in IgnoreParensSingleStep()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 39 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress() 146 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBContext.h | 61 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 112 char *getFunctionName(char *Buf, size_t *N) const;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 222 << AnalysisDeclContext::getFunctionName(D); in DisplayFunction() 368 std::string DeclName = AnalysisDeclContext::getFunctionName(D); in timeTraceScopeDeclMetadata() 662 AnalysisDeclContext::getFunctionName(D) != Opts.AnalyzeSpecificFunction) in getModeForDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallDescription.h | 105 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CtxProfAnalysis.h | 75 StringRef getFunctionName(GlobalValue::GUID GUID) const { in getFunctionName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 206 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function 334 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction() 341 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 361 uint32_t BlockLen = 3 + wordsOfString(getFunctionName(SP)); in writeOut() 368 writeString(getFunctionName(SP)); in writeOut()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 337 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext 509 Out << "Calling " << AnalysisDeclContext::getFunctionName(D); in dumpStack()
|
| H A D | ProgramPoint.cpp | 201 Out << AnalysisDeclContext::getFunctionName( in printJson()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 604 uint16_t FunctionNameLen = TbTable.getFunctionName()->size(); in dumpTracebackTable() 628 OS << "\t# FunctionName = " << *TbTable.getFunctionName(); in dumpTracebackTable()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SymbolTable.cpp | 491 char *buf = d.getFunctionName(nullptr, nullptr); in canSuggestExternCForCXX() 579 if (char *buf = d.getFunctionName(nullptr, nullptr)) { in getAlternativeSpelling()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 203 static std::string getFunctionName(const Decl *D);
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindCursor.hpp | 479 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor 527 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 970 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 2142 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable() 2382 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable() 3198 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
|
| H A D | libunwind.cpp | 228 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 487 DP << "call to " << demangle(getFunctionName()) << " marked \"dontcall-"; in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 500 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CtxProfAnalysis.cpp | 750 if (auto Name = Profile.getFunctionName(Guid); !Name.empty()) in collectIndirectCallPromotionList()
|