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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h80 char *getFunctionName(char *Buf, size_t *N) const;
/freebsd-12-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-12-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp196 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);
2015 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, function in class:libunwind::UnwindCursor
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp329 << getFunctionName(D) << '\n';
464 std::string getFunctionName(const Decl *D);
680 std::string AnalysisConsumer::getFunctionName(const Decl *D) { function in class:AnalysisConsumer
736 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp181 static StringRef getFunctionName(const DISubprogram *SP) {
350 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
364 FNLOS << getFunctionName(SP) << SP->getLine();
400 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
409 writeGCOVString(getFunctionName(SP));
1056 ? Builder.CreateGlobalStringPtr(getFunctionName(SP))
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp155 Errmsg += FuncInfo.Func.getFunctionName();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp475 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { function in class:ItaniumPartialDemangler
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp371 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) &&
379 CD.getFunctionName());
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp706 char *buf = d.getFunctionName(nullptr, nullptr);
800 if (char *buf = d.getFunctionName(nullptr, nullptr)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h676 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp243 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { function in class:CGDebugInfo
1538 StringRef MethodName = getFunctionName(Method);
3276 Name = getFunctionName(FD);
H A DCGExprConstant.cpp1947 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName());
H A DCGExpr.cpp2773 auto SL = E->getFunctionName();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1105 StringRef getFunctionName() const { return QualifiedName.back(); } function in class:clang::ento::CallDescription
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp914 static StringRef getFunctionName(TargetLowering::CallLoweringInfo &CLI) { function in namespace:llvm
1015 StringRef FuncName = getFunctionName(CLI);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp567 bool HasFunctionName = E->getFunctionName() != nullptr;
572 Record.AddStmt(E->getFunctionName());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1958 StringLiteral *getFunctionName() {
1964 const StringLiteral *getFunctionName() const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6442 E->getBeginLoc(), E->getType(), E->getFunctionName());
H A DExprConstant.cpp2942 Lit = PE->getFunctionName();

Completed in 743 milliseconds