Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
134 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp212 llvm::errs() << ": " << Loc.getFilename() << ' ' << getFunctionName(D) in DisplayFunction()
348 std::string getFunctionName(const Decl *D);
571 std::string AnalysisConsumer::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisConsumer
627 getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangle.h97 char *getFunctionName(char *Buf, size_t *N) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp255 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
385 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction()
395 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction()
417 2 + (Version >= 47) + wordsOfString(getFunctionName(SP)); in writeOut()
428 writeString(getFunctionName(SP)); in writeOut()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp311 assert(PE->getFunctionName() && in getConstantVal()
314 return makeLoc(getRegionManager().getStringRegion(PE->getFunctionName())); in getConstantVal()
H A DCallEvent.cpp336 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) && in isCalled()
344 CD.getFunctionName()); in isCalled()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp155 Errmsg += FuncInfo.Func.getFunctionName(); in checkPreCall()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h489 const Optional<StringRef> &getFunctionName() const { return FunctionName; }
/netbsd/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h694 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo
1676 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction()
3537 Name = getFunctionName(FD); in collectFunctionDeclProps()
H A DCGExprConstant.cpp1974 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName()); in VisitPredefinedExpr()
H A DCGExpr.cpp2948 auto SL = E->getFunctionName(); in EmitPredefinedLValue()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1285 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/netbsd/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h387 std::string * getFunctionName() { return m_functionName; } in getFunctionName() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp586 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr()
591 Record.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2004 StringLiteral *getFunctionName() { in getFunctionName() function
2010 const StringLiteral *getFunctionName() const { in getFunctionName() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6635 auto ToFunctionName = importChecked(Err, E->getFunctionName()); in VisitPredefinedExpr()
H A DExprConstant.cpp3375 Lit = PE->getFunctionName(); in extractStringLiteralCharacter()