| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 37 Result.FunctionName = getFunctionName(Address, Specifier.FNKind); in getLineInfoForAddress() 94 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 66 char *getFunctionName(char *Buf, size_t *N) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBContext.h | 57 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 290 << getFunctionName(D) << '\n'; in DisplayFunction() 391 std::string getFunctionName(const Decl *D); 606 std::string AnalysisConsumer::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisConsumer 669 getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 177 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function 346 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction() 360 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 396 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut() 405 writeGCOVString(getFunctionName(SP)); in writeOut() 1004 ? Builder.CreateGlobalStringPtr(getFunctionName(SP)) in insertCounterWriteout()
|
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | libunwind.cpp | 287 if (co->getFunctionName(buf, bufLen, offset)) in unw_get_proc_name()
|
| H A D | UnwindCursor.hpp | 442 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor 478 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 888 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); 1973 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 154 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
|
| /freebsd-12.1/contrib/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 474 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 629 StringRef getFunctionName(const FunctionDecl *FD);
|
| H A D | CGDebugInfo.cpp | 243 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo 1503 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() 3102 Name = getFunctionName(FD); in collectFunctionDeclProps()
|
| H A D | CGExpr.cpp | 2675 auto SL = E->getFunctionName(); in EmitPredefinedLValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 106 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 915 static StringRef getFunctionName(TargetLowering::CallLoweringInfo &CLI) { in getFunctionName() function 1016 StringRef FuncName = getFunctionName(CLI); in analyzeBuiltinArguments()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 363 CD.getFunctionName()); in isCalled()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 438 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() 443 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 1813 StringLiteral *getFunctionName() { in getFunctionName() function 1819 const StringLiteral *getFunctionName() const { in getFunctionName() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6097 E->getBeginLoc(), E->getType(), E->getFunctionName()); in VisitPredefinedExpr()
|
| H A D | ExprConstant.cpp | 2655 Lit = PE->getFunctionName(); in extractStringLiteralCharacter()
|