Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp156 static StringRef getFunctionName(DISubprogram SP) { in getFunctionName() function
323 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()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp568 static std::string getFunctionName(const Decl *D) { in getFunctionName() function
583 getFunctionName(D) != Opts->AnalyzeSpecificFunction) in getModeForDecl()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h400 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp157 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo
1077 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction()
2306 Name = getFunctionName(FD); in collectFunctionDeclProps()
H A DCGExpr.cpp2082 auto SL = E->getFunctionName(); in EmitPredefinedLValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1204 StringLiteral *getFunctionName();
1205 const StringLiteral *getFunctionName() const { in getFunctionName() function
1206 return const_cast<PredefinedExpr *>(this)->getFunctionName(); in getFunctionName()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp336 Writer.AddStmt(E->getFunctionName()); in VisitPredefinedExpr()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp449 StringLiteral *PredefinedExpr::getFunctionName() { in getFunctionName() function in PredefinedExpr
H A DExprConstant.cpp2037 Lit = PE->getFunctionName(); in extractStringLiteralCharacter()