Home
last modified time | relevance | path

Searched defs:getFunctionName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp134 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp571 std::string AnalysisConsumer::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisConsumer
/netbsd-src/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-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1285 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h387 std::string * getFunctionName() { return m_functionName; } in getFunctionName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp255 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/netbsd-src/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-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo