Searched refs:getFunctionName (Results 1 – 9 of 9) sorted by relevance
156 static StringRef getFunctionName(DISubprogram SP) { in getFunctionName() function323 DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction()337 FNLOS << getFunctionName(SP) << SP.getLineNumber(); in GCOVFunction()372 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut()381 writeGCOVString(getFunctionName(SP)); in writeOut()875 Builder.CreateGlobalStringPtr(getFunctionName(SP)) : in insertCounterWriteout()
568 static std::string getFunctionName(const Decl *D) { in getFunctionName() function583 getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
400 StringRef getFunctionName(const FunctionDecl *FD);
157 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo1077 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction()2306 Name = getFunctionName(FD); in collectFunctionDeclProps()
2082 auto SL = E->getFunctionName(); in EmitPredefinedLValue()
1204 StringLiteral *getFunctionName();1205 const StringLiteral *getFunctionName() const { in getFunctionName() function1206 return const_cast<PredefinedExpr *>(this)->getFunctionName(); in getFunctionName()
336 Writer.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
449 StringLiteral *PredefinedExpr::getFunctionName() { in getFunctionName() function in PredefinedExpr
2037 Lit = PE->getFunctionName(); in extractStringLiteralCharacter()