Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp106 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwindCursor.hpp401 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
1332 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp567 static std::string getFunctionName(const Decl *D) { in getFunctionName() function
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp152 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp162 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp449 StringLiteral *PredefinedExpr::getFunctionName() { in getFunctionName() function in PredefinedExpr
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1207 const StringLiteral *getFunctionName() const { in getFunctionName() function