| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 85 return CheckerContext::isCLibraryFunction(FD, getFunctionName()) && in matchesImpl() 91 II = &FD->getASTContext().Idents.get(getFunctionName()); in matchesImpl() 104 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()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 102 char *getFunctionName(char *Buf, size_t *N) const;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBContext.h | 61 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallDescription.h | 78 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 202 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function 332 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction() 342 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 364 2 + (Version >= 47) + wordsOfString(getFunctionName(SP)); in writeOut() 375 writeString(getFunctionName(SP)); in writeOut()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 219 << AnalysisDeclContext::getFunctionName(D); in DisplayFunction() 627 AnalysisDeclContext::getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SymbolTable.cpp | 409 char *buf = d.getFunctionName(nullptr, nullptr); in canSuggestExternCForCXX() 498 if (char *buf = d.getFunctionName(nullptr, nullptr)) { in getAlternativeSpelling()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 339 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext 511 Out << "Calling " << AnalysisDeclContext::getFunctionName(D); in dumpStack()
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | UnwindCursor.hpp | 455 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor 503 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 934 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 2036 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable() 2283 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable() 2874 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 203 static std::string getFunctionName(const Decl *D);
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 155 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
|
| H A D | MallocChecker.cpp | 780 getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in __anon4d168ab20511::NoOwnershipChangeVisitor
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 443 DP << "call to " << getFunctionName() << " marked \"dontcall-"; in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 508 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 1111 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 736 StringRef getFunctionName(const FunctionDecl *FD);
|
| H A D | CodeGenAction.cpp | 855 << llvm::demangle(D.getFunctionName().str()) << D.getNote(); in DontCallDiagHandler()
|
| H A D | CGDebugInfo.cpp | 262 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo 1771 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() 3696 Name = getFunctionName(FD); in collectFunctionDeclProps()
|
| H A D | CGExprConstant.cpp | 2007 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName()); in VisitPredefinedExpr()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 923 const std::optional<StringRef> &getFunctionName() const {
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 593 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() 598 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 2025 StringLiteral *getFunctionName() { in getFunctionName() function 2031 const StringLiteral *getFunctionName() const { in getFunctionName() function
|