| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SymbolRemappingReader.h | 113 Key insert(StringRef FunctionName) { in insert() 123 Key lookup(StringRef FunctionName) { in lookup()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 100 const auto &FunctionName = safeGetName(F); in isCtorOfRefCounted() local 184 const auto FunctionName = safeGetName(F); in isPtrConversion() local
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 363 #define AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 391 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument 403 #define AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 429 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | AsmDump.cpp | 60 StringRef FunctionName = BF.getOneName(); in dumpJumpTableFdata() local 75 StringRef FunctionName = BF.getOneName(); in dumpTailCallFdata() local 181 StringRef FunctionName = BF.getOneName(); in dumpFunction() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | UtilityFunction.h | 89 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName() function
|
| H A D | FunctionCaller.h | 272 const char *FunctionName() override { in FunctionName() function
|
| H A D | UserExpression.h | 193 const char *FunctionName() override { return "$__lldb_expr"; } in FunctionName() function
|
| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.cpp | 100 auto FunctionName = std::string(FunctionSpec->getValueAsString("Name")); in indexStandardSpecDef() local 139 for (llvm::StringRef FunctionName : FunctionList) in indexPublicAPIDef() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | PrintPasses.cpp | 127 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 36 StringRef FunctionName; member 168 StringRef FunctionName; member
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 89 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 326 for (StringRef FunctionName : Function.getNames()) { in readProfile() local 343 for (StringRef FunctionName : Function.getNames()) { in readProfile() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PointerSortingChecker.cpp | 57 decltype(auto) callsName(const char *FunctionName) { in callsName()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 159 void InstrProfCorrelatorImpl<IntPtrT>::addProbe(StringRef FunctionName, in addProbe() 229 Optional<const char *> FunctionName; in correlateProfileDataImpl() local
|
| H A D | MemProf.cpp | 73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_name_gtest.cc | 14 TEST(BenchmarkNameTest, FunctionName) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 63 std::string FunctionName; member
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | convert-member-functions-to-static.cpp | 203 #define T(FunctionName, Keyword) \ argument 209 #define T2(FunctionName) \ argument
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 280 std::string FunctionName, FileName; in symbolizeCode() local 308 std::string FunctionName, FileName; in symbolizeInlinedCode() local
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 86 std::string FunctionName = S.getFunction().getName().str(); in getFileName() local 186 std::string FunctionName = S.getFunction().getName().str(); in exportScop() local 700 std::string FunctionName = S.getFunction().getName().str(); in importScop() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Remarks/ |
| H A D | Remark.h | 80 StringRef FunctionName; member
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | MoveConstArgCheck.cpp | 173 const NamedDecl *FunctionName = nullptr; in check() local
|
| /llvm-project-15.0.7/libc/utils/tools/WrapperGen/ |
| H A D | Main.cpp | 31 FunctionName("name", llvm::cl::desc("Name of the function to be wrapped."), variable
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 288 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } in insert() 292 bool exist(StringRef FunctionName) { in exist()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 396 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader() local 529 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue() local
|