Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Query/Matcher/
H A DMatchersInternal.h70 StringRef getFunctionName() const { return functionName; }; in getFunctionName() function
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h93 StringRef funcName = getFunctionName( in getFunctionName() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp63 NoOwnershipChangeVisitor::getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in NoOwnershipChangeVisitor
H A DStdLibraryFunctionsChecker.cpp832 static std::string getFunctionName(const CallEvent &Call) { in getFunctionName() function in __anon2859deef0111::StdLibraryFunctionsChecker
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h105 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
/llvm-project/llvm/unittests/Target/X86/
H A DTernlogTest.cpp85 std::string getFunctionName() const { in getFunctionName() function
/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp497 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp339 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1111 StringRef getFunctionName() const { return CalleeName; } getFunctionName() function
/llvm-project/libunwind/src/
H A DUnwindCursor.hpp455 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() function in libunwind::AbstractUnwindCursor
2962 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, getFunctionName() function in libunwind::UnwindCursor
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp202 static StringRef getFunctionName(const DISubprogram *SP) { getFunctionName() function
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3542 static FormatToken *getFunctionName(const AnnotatedLine &Line) { getFunctionName() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h2035 StringLiteral *getFunctionName() { in getFunctionName() function
2041 const StringLiteral *getFunctionName() const { in getFunctionName() function
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp271 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { getFunctionName() function in CGDebugInfo