Searched refs:getFunctionName (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h94 char *getFunctionName(char *Buf, size_t *N) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind);
99 std::string PDBContext::getFunctionName(uint64_t Address, function in class:PDBContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp204 llvm::errs() << ": " << Loc.getFilename() << ' ' << getFunctionName(D)
340 std::string getFunctionName(const Decl *D);
563 std::string AnalysisConsumer::getFunctionName(const Decl *D) { function in class:AnalysisConsumer
619 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp198 if (co->getFunctionName(buf, bufLen, offset))
H A DUnwindCursor.hpp439 virtual bool getFunctionName(char *, size_t, unw_word_t *) { function in class:libunwind::AbstractUnwindCursor
440 _LIBUNWIND_ABORT("getFunctionName not implemented");
475 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
894 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
2033 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, function in class:libunwind::UnwindCursor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp195 static StringRef getFunctionName(const DISubprogram *SP) {
324 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
338 FNLOS << getFunctionName(SP) << SP->getLine();
371 2 + (Version >= 47) + wordsOfString(getFunctionName(SP));
382 writeString(getFunctionName(SP));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp155 Errmsg += FuncInfo.Func.getFunctionName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { function in class:ItaniumPartialDemangler
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp336 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) &&
344 CD.getFunctionName());
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp726 char *buf = d.getFunctionName(nullptr, nullptr);
820 if (char *buf = d.getFunctionName(nullptr, nullptr)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h678 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp250 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { function in class:CGDebugInfo
1607 StringRef MethodName = getFunctionName(Method);
3430 Name = getFunctionName(FD);
H A DCGExprConstant.cpp1964 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName());
H A DCGExpr.cpp2890 auto SL = E->getFunctionName();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1299 StringRef getFunctionName() const { return QualifiedName.back(); } function in class:clang::ento::CallDescription
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp581 bool HasFunctionName = E->getFunctionName() != nullptr;
586 Record.AddStmt(E->getFunctionName());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2018 StringLiteral *getFunctionName() {
2024 const StringLiteral *getFunctionName() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6446 auto ToFunctionName = importChecked(Err, E->getFunctionName());
H A DExprConstant.cpp3163 Lit = PE->getFunctionName();

Completed in 370 milliseconds