Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h93 StringRef getFunctionName(Type type) const { in getFunctionName() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h79 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp515 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp340 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1112 StringRef getFunctionName() const { return CalleeName; } in getFunctionName() function
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp454 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
2845 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp201 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp794 getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in __anonac89c38b0511::NoOwnershipChangeVisitor
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2014 StringLiteral *getFunctionName() { in getFunctionName() function
2020 const StringLiteral *getFunctionName() const { in getFunctionName() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp258 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName() function in CGDebugInfo