| /llvm-project-15.0.7/llvm/include/llvm/Testing/Support/ |
| H A D | SupportHelpers.h | 122 explicit TempDir(StringRef Name, bool Unique = false) { 124 if (Unique) { 214 bool Unique = false) { 217 if (Unique) {
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/ |
| H A D | stack-simple-case.yaml | 13 #CHECK: Unique Stacks: 1
|
| H A D | stack-multithread.yaml | 34 # PER-THREAD: Unique Stacks: 1 47 # AGGREGATE: Unique Stacks: 3
|
| H A D | stack-keep-going.yaml | 24 #KEEP-GOING: Unique Stacks: 2
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | StringSaver.cpp | 22 auto R = Unique.insert(S); in save()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1230 Unique.NumEntries += 1; in addOneUnique() 1231 Unique.CountSum += UniqueFunc.CountSum / Test.CountSum; in addOneUnique() 1234 Unique.ValueCounts[I] += UniqueFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneUnique() 1256 if (Unique.NumEntries) in dump() 1258 << " only in test_profile: " << Unique.NumEntries << "\n"; in dump() 1265 if (Unique.NumEntries) in dump() 1267 << format("%.3f%%", Unique.CountSum * 100) << "\n"; in dump() 1294 if (Unique.NumEntries) in dump() 1297 << format("%.3f%%", Unique.ValueCounts[I] * 100) << "\n"; in dump()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | gnu-unique-symbols.yaml | 9 # CHECK-NEXT: Binding: Unique
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | gnu-unique.s | 26 # GNU-NEXT: Binding: Unique
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | StringSaver.h | 44 llvm::DenseSet<llvm::StringRef> Unique; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Serialization.cpp | 168 llvm::DenseSet<llvm::StringRef> Unique; member in clang::clangd::__anon65c9a8300111::StringTableOut 177 Unique.insert(""); in StringTableOut() 180 void intern(llvm::StringRef &S) { S = *Unique.insert(S).first; }; in intern() 183 Sorted = {Unique.begin(), Unique.end()}; in finalize()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | symbol-binding.test | 17 # LLVM: Binding: Unique (0xA)
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 896 COFFSymbol *Unique = nullptr; in setWeakDefaultNames() local 911 Unique = Sym.get(); in setWeakDefaultNames() 914 if (Unique) in setWeakDefaultNames() 918 if (!Unique) in setWeakDefaultNames() 922 Sym->Name.append(Unique->Name); in setWeakDefaultNames()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | typeinfo | 126 // Unique 185 // On all other platforms, assume the Itanium C++ ABI and use the Unique implementation.
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 592 auto *Unique = dyn_cast_or_null<ConstantInt>( in isValidBranch() local 594 if (Unique && (Unique->isZero() || Unique->isOne())) in isValidBranch()
|
| H A D | ScopBuilder.cpp | 445 auto *Unique = dyn_cast<ConstantInt>( in buildConditionSets() local 447 assert(Unique && in buildConditionSets() 451 if (Unique->isZero()) in buildConditionSets()
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | AddMLIRPython.cmake | 267 # ADD_TO_PARENT: Same as for declare_mlir_python_sources(). Unique names 320 # ADD_TO_PARENT: Same as for declare_mlir_python_sources(). Unique names
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | build_llvm_release.bat | 26 REM Unique temporary filename to use by the 'mklink' command.
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 654 CountSumOrPercent Unique; member
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRayExample.rst | 210 Unique Stacks: 3069
|
| H A D | YamlIO.rst | 252 Unique types
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | STLExtrasTest.cpp | 786 TEST(STLExtras, Unique) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | addsub.ll | 623 ; Unique case found in ClangBuiltLinux where the DstReg is not Virtual and
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 504 llvm::SmallDenseMap<NamedDecl*, unsigned, 16> Unique; in resolveKind() local 546 auto UniqueResult = Unique.insert(std::make_pair(D, I)); in resolveKind()
|
| H A D | SemaStmt.cpp | 4351 enum Unique { ForDenseMap }; enum in __anonb6e159cd1511::CatchHandlerType 4352 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() argument
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4365 bool Unique = false; in getFunctionTypeInternal() local 4385 Unique = true; in getFunctionTypeInternal() 4393 bool isCanonical = !Unique && IsCanonicalExceptionSpec && in getFunctionTypeInternal() 4488 if (!Unique) in getFunctionTypeInternal()
|