/llvm-project/mlir/include/mlir/Query/Matcher/ |
H A D | MatchersInternal.h | 70 StringRef getFunctionName() const { return functionName; }; in getFunctionName() function
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | OpToFuncCallLowering.h | 93 StringRef funcName = getFunctionName( in getFunctionName() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 63 NoOwnershipChangeVisitor::getFunctionName(const ExplodedNode *CallEnterN) { in getFunctionName() function in NoOwnershipChangeVisitor
|
H A D | StdLibraryFunctionsChecker.cpp | 832 static std::string getFunctionName(const CallEvent &Call) { in getFunctionName() function in __anon2859deef0111::StdLibraryFunctionsChecker
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallDescription.h | 105 StringRef getFunctionName() const { return QualifiedName.back(); } in getFunctionName() function
|
/llvm-project/llvm/unittests/Target/X86/ |
H A D | TernlogTest.cpp | 85 std::string getFunctionName() const { in getFunctionName() function
|
/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 497 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
|
/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 339 std::string AnalysisDeclContext::getFunctionName(const Decl *D) { in getFunctionName() function in AnalysisDeclContext
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1111 StringRef getFunctionName() const { return CalleeName; } getFunctionName() function
|
/llvm-project/libunwind/src/ |
H A D | UnwindCursor.hpp | 455 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 D | GCOVProfiling.cpp | 202 static StringRef getFunctionName(const DISubprogram *SP) { getFunctionName() function
|
/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 3542 static FormatToken *getFunctionName(const AnnotatedLine &Line) { getFunctionName() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2035 StringLiteral *getFunctionName() { in getFunctionName() function 2041 const StringLiteral *getFunctionName() const { in getFunctionName() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 271 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { getFunctionName() function in CGDebugInfo
|