| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyCheck.cpp | 51 : NamePrefix((CheckName + ".").str()), CheckOptions(CheckOptions), in OptionsView() 58 const auto &Iter = CheckOptions.find((NamePrefix + LocalName).str()); in get() 66 StringRef NamePrefix, StringRef LocalName, in findPriorityOption() argument 69 Collector->insert((NamePrefix + LocalName).str()); in findPriorityOption() 72 auto IterLocal = Options.find((NamePrefix + LocalName).str()); in findPriorityOption() 85 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName, in getLocalOrGlobal() 109 if (auto Result = getAsBool(*ValueOr, NamePrefix + LocalName)) in get() 111 diagnoseBadBooleanOption(NamePrefix + LocalName, *ValueOr); in get() 119 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName, in getLocalOrGlobal() 132 Options[(NamePrefix + LocalName).str()] = Value; in store() [all …]
|
| H A D | ClangTidyCheck.h | 199 diagnoseBadIntegerOption(NamePrefix + LocalName, *Value); in get() 244 IsGlobal ? Twine(LocalName) : NamePrefix + LocalName, *ValueOr); in getLocalOrGlobal() 403 std::string NamePrefix; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 62 const char *NamePrefix) { in createPrivateGlobalForString() argument 68 GlobalValue::PrivateLinkage, StrConst, NamePrefix); in createPrivateGlobalForString()
|
| H A D | InstrProfiling.cpp | 745 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local 746 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 47 const char *NamePrefix = "");
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterODRStrategiesTest.cpp | 386 TypeParam, ODRHandlingParam, NamePrefix, TestCase) \ argument 389 TEST_P(TypeParam##ODRHandlingParam, NamePrefix##TestCase) { \
|
| H A D | ASTImporterGenericRedeclTest.cpp | 421 NamePrefix, TestCase) \ argument 423 TEST_P(BaseTemplate##TypeParam, NamePrefix##TestCase) { \
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1433 const Twine &NamePrefix) { in buildGEP() argument 1445 NamePrefix + "sroa_idx"); in buildGEP() 1460 const Twine &NamePrefix) { in getNaturalGEPWithType() argument 1462 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1494 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType() 1510 const Twine &NamePrefix) { in getNaturalGEPWithOffset() argument 1529 NamePrefix); in getNaturalGEPWithOffset() 1549 const Twine &NamePrefix) { in getAdjustedPtr() argument 1554 NamePrefix + "sroa_idx"); in getAdjustedPtr() 1600 Indices, NamePrefix)) { in getAdjustedPtr() [all …]
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 500 StringRef NamePrefix, StringRef CallPrefix); 511 void emitPrototype(StringRef NamePrefix); 1139 void Intrinsic::emitPrototype(StringRef NamePrefix) { in emitPrototype() argument 1145 OS << NamePrefix.str() << mangleName(Name, ClassS) << "("; in emitPrototype() 1833 StringRef NamePrefix, StringRef CallPrefix) { in generateImpl() argument 1849 emitPrototype(NamePrefix); in generateImpl()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 485 std::string NamePrefix = Regex::escape(NameResolver::restore(Name)); in isPotentialFragmentByName() local 486 std::string NameRegex = Twine(NamePrefix, "\\.cold(\\.[0-9]+)?").str(); in isPotentialFragmentByName()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 1266 class AsmVectorIndex<int Min, int Max, string NamePrefix=""> : AsmOperandClass { 1267 let Name = NamePrefix # "IndexRange" # Min # "_" # Max;
|