Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 208) sorted by relevance

123456789

/llvm-project-15.0.7/lld/MachO/
H A DOptions.td9 Group<grp_lld>;
12 Group<grp_lld>;
14 Group<grp_lld>;
17 Group<grp_lld>;
20 Group<grp_lld>;
23 Group<grp_lld>;
27 Group<grp_lld>;
30 Group<grp_lld>;
33 Group<grp_lld>;
35 Group<grp_lld>;
[all …]
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td831 Group<Link_Group>;
836 Group<Link_Group>;
860 Group<Link_Group>;
1869 Group<f_Group>;
1871 Group<f_Group>;
2815 Group<f_Group>,
2819 Group<f_Group>,
3459 Group<m_Group>;
3595 Group<m_Group>,
5556 Group<f_Group>;
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-mt/
H A DOpts.td5 …d<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">, Group<unsupported>;
6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup…
7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo…
8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor…
11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>;
12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>;
21 def validate_manifest : Flag<["/", "-"], "validate_manifest">, HelpText<"Not supported">, Group<uns…
23 def canonicalize : Flag<["/", "-"], "canonicalize:">, HelpText<"Not supported">, Group<unsupported>;
24 …licates : Flag<["/", "-"], "check_for_duplicates:">, HelpText<"Not supported">, Group<unsupported>;
25 def make_cdfs : Flag<["/", "-"], "makecdfs:">, HelpText<"Not supported">, Group<unsupported>;
[all …]
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DOptions.td9 Group<grp_general>;
13 Group<grp_general>;
17 Group<grp_general>;
21 Group<grp_general>;
25 Group<grp_general>;
29 Group<grp_general>;
38 Group<grp_general>;
42 Group<grp_general>;
47 Group<grp_general>;
52 Group<grp_general>;
[all …]
/llvm-project-15.0.7/lldb/tools/driver/
H A DOptions.td16 Group<grp_attach>;
20 Group<grp_attach>;
24 Group<grp_attach>;
28 Group<grp_attach>;
33 Group<grp_attach>;
69 Group<grp_repl>;
73 Group<grp_repl>;
77 Group<grp_repl>;
82 Group<grp_repl>;
87 Group<grp_repl>;
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td4 def tm_sort : Option<"sort", "s">, Group<1>,
178 Group<10>, Arg<"Language">, Required,
1119 Group<1>,
1145 Group<1>,
1148 Group<1>,
1157 Group<1>,
1161 Group<1>,
1164 Group<1>,
1192 Group<1>, Required,
1203 Group<3>, Arg<"PythonFunction">,
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DOpts.td54 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
57 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
58 def needed_libs : FF<"needed-libs", "Display the needed libraries">, Group<grp_elf>;
59 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
62 def version_info : FF<"version-info", "Display version sections">, Group<grp_elf>;
82 def coff_exports : FF<"coff-exports", "Display export table">, Group<grp_coff>;
83 def coff_imports : FF<"coff-imports", "Display import table">, Group<grp_coff>;
120 def : F<"d", "Alias for --dynamic-table">, Alias<dynamic_table>, Group<grp_elf>;
122 def : F<"g", "Alias for --section-groups">, Alias<section_groups>, Group<grp_elf>;
124 def : F<"I", "Alias for --histogram">, Alias<histogram>, Group<grp_elf>;
[all …]
/llvm-project-15.0.7/clang/tools/diagtool/
H A DTreeView.cpp39 static bool unimplemented(const GroupRecord &Group) { in unimplemented() argument
40 if (!Group.diagnostics().empty()) in unimplemented()
43 return llvm::all_of(Group.subgroups(), unimplemented); in unimplemented()
46 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault() argument
47 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault()
52 for (const GroupRecord &GR : Group.subgroups()) { in enabledByDefault()
63 if (unimplemented(Group)) in printGroup()
65 else if (enabledByDefault(Group)) in printGroup()
70 out << "-W" << Group.getName() << "\n" << Colors::RESET; in printGroup()
73 for (const GroupRecord &GR : Group.subgroups()) { in printGroup()
[all …]
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLGSOptions.td18 Group<grp_connect>;
22 Group<grp_connect>;
26 Group<grp_connect>;
30 Group<grp_connect>;
36 Group<grp_general>;
40 Group<grp_general>;
43 Group<grp_general>;
45 Group<grp_general>;
48 Group<grp_general>;
56 Group<grp_target>;
[all …]
/llvm-project-15.0.7/clang/lib/Basic/
H A DCLWarnings.cpp18 llvm::Optional<diag::Group>
21 case 4005: return diag::Group::MacroRedefined; in diagGroupFromCLWarningID()
22 case 4018: return diag::Group::SignCompare; in diagGroupFromCLWarningID()
23 case 4100: return diag::Group::UnusedParameter; in diagGroupFromCLWarningID()
24 case 4910: return diag::Group::DllexportExplicitInstantiationDecl; in diagGroupFromCLWarningID()
25 case 4996: return diag::Group::DeprecatedDeclarations; in diagGroupFromCLWarningID()
H A DDiagnosticIDs.cpp629 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation() argument
630 return OptionTable[static_cast<int>(Group)].Documentation; in getWarningOptionDocumentation()
633 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup() argument
634 return OptionTable[static_cast<int>(Group)].getName(); in getWarningOptionForGroup()
637 llvm::Optional<diag::Group>
643 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
676 const WarningOption *Group, in getDiagnosticsInGroup() argument
680 if (!Group->Members && !Group->SubGroups) in getDiagnosticsInGroup()
686 const int16_t *Member = DiagArrays + Group->Members; in getDiagnosticsInGroup()
706 if (llvm::Optional<diag::Group> G = getGroupForWarningOption(Group)) in getDiagnosticsInGroup()
[all …]
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp36 IncludeDirGroup Group; member
42 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo()
159 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
161 } else if (Group == ExternCSystem) { in AddUnmappedPath()
181 Group, DirectoryLookup(HM, Type, Group == IndexHeaderMap), in AddUnmappedPath()
597 if (Include.Group == Quoted) in Realize()
605 if (Include.Group == Angled || Include.Group == IndexHeaderMap) in Realize()
612 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
615 Include.Group == CXXSystem) || in Realize()
621 if (Include.Group == After) in Realize()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp287 CmovGroup Group; in collectCmovCandidates() local
289 Group.clear(); in collectCmovCandidates()
306 if (Group.empty()) { in collectCmovCandidates()
315 Group.push_back(&I); in collectCmovCandidates()
342 if (Group.empty()) in collectCmovCandidates()
356 Group.clear(); in collectCmovCandidates()
361 if (Group.empty()) in collectCmovCandidates()
410 CmovInstructions.insert(Group.begin(), Group.end()); in checkForProfitableCmovCandidates()
543 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
545 for (auto *MI : Group) { in checkForProfitableCmovCandidates()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h89 Group->NumPredecessors++; in addSuccessor()
95 DataSucc.emplace_back(Group); in addSuccessor()
97 OrderSucc.emplace_back(Group); in addSuccessor()
278 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
279 return Group.isReady(); in isReady()
286 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
287 return Group.isPending(); in isPending()
294 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
295 return Group.isWaiting(); in isWaiting()
300 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
[all …]
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp36 Record *Group; member
71 Record *Group = nullptr; in extractDocumentation() local
74 GroupsInGroup[Group].push_back(R); in extractDocumentation()
96 Record *Group = nullptr; in extractDocumentation() local
124 D.Groups.back().Group = G; in extractDocumentation()
180 if (isIncluded(Group.Group, DocInfo)) in isGroupIncluded()
182 for (auto &O : Group.Options) in isGroupIncluded()
185 for (auto &G : Group.Groups) { in isGroupIncluded()
404 if (isExcluded(Group.Group, DocInfo)) in emitGroup()
411 getRSTStringWithTextFallback(Group.Group, "DocName", "Name"), OS); in emitGroup()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp114 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()
119 R->addRange(Group.front().getSourceRange()); in reportClones()
121 for (unsigned i = 1; i < Group.size(); ++i) in reportClones()
122 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
123 Group[i].getSourceRange()); in reportClones()
133 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local
134 for (unsigned i = 0; i < Group.size(); ++i) { in reportSuspiciousClones()
135 VariablePattern PatternA(Group[i]); in reportSuspiciousClones()
137 for (unsigned j = i + 1; j < Group.size(); ++j) { in reportSuspiciousClones()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DSecurity.rst2 LLVM Security Group
5 The LLVM Security Group has the following goals:
28 Group Composition
31 Security Group Members
59 * Nominees for LLVM Security Group membership should fall in one of these groups:
98Group membership is supported by a majority of existing LLVM Security Group members, then it carri…
112 * The LLVM Board may remove any member from the LLVM Security Group.
122 Privileges and Responsibilities of LLVM Security Group Members
147 Members of the LLVM Security Group are expected to:
174 We also occasionally need to discuss logistics of the LLVM Security Group itself:
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp135 bool ThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
136 if (Group == nullptr) in workCompletedUnlocked()
138 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
140 [Group](const auto &T) { return T.second == Group; }); in workCompletedUnlocked()
151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() argument
156 [&] { return workCompletedUnlocked(&Group); }); in wait()
161 !llvm::is_contained(*CurrentThreadTaskGroups, &Group)); in wait()
165 processTasks(&Group); in wait()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td229 Group<grp_mach_o>;
233 Group<grp_mach_o>;
237 Group<grp_mach_o>;
241 Group<grp_mach_o>;
245 Group<grp_mach_o>;
249 Group<grp_mach_o>;
253 Group<grp_mach_o>;
257 Group<grp_mach_o>;
260 Group<grp_mach_o>;
264 Group<grp_mach_o>;
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionELF.h42 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable
57 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
59 if (Group.getPointer()) in MCSectionELF()
60 Group.getPointer()->setIsSignature(); in MCSectionELF()
76 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup()
77 bool isComdat() const { return Group.getInt(); } in isComdat()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() argument
77 return async(Group, std::move(Task)); in async()
89 auto async(ThreadPoolTaskGroup &Group, Func &&F)
92 &Group);
105 void wait(ThreadPoolTaskGroup &Group);
143 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const;
149 ThreadPoolTaskGroup *Group) { in asyncImpl() argument
163 Tasks.emplace_back(std::make_pair(std::move(R.first), Group)); in asyncImpl()
176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp889 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps()
1215 if (!Group) { in analyzeInterleaving()
1351 releaseGroup(Group); in analyzeInterleaving()
1373 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1383 if (Group->getMember(Group->getFactor() - 1)) in analyzeInterleaving()
1384 InvalidateGroupIfMemberMayWrap(Group, Group->getFactor() - 1, in analyzeInterleaving()
1392 if (Group->isReverse()) { in analyzeInterleaving()
1396 releaseGroup(Group); in analyzeInterleaving()
1409 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1419 releaseGroup(Group); in analyzeInterleaving()
[all …]
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.cpp34 for (const auto &Group : GroupedRanges) { in dump() local
35 OS << "Test selection group '" << Group.Name << "':\n"; in dump()
36 for (const auto &Range : Group.Ranges) { in dump()
53 for (const auto &Group : GroupedRanges) { in foreachRange() local
54 for (const TestSelectionRange &Range : Group.Ranges) { in foreachRange()
120 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local
121 for (auto &Result : Group) { in ~TestRefactoringResultConsumer()
178 for (auto &Group : llvm::enumerate(Results)) { in handleAllResults() local
182 for (auto &I : llvm::enumerate(Group.value())) { in handleAllResults()
387 for (auto &Group : GroupedRanges) in findTestSelectionRanges() local
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() argument
87 if (Group.hasName()) { in get()
88 Name = std::string(Group.getName()); in get()
91 OS << "Definition at line " << Group.getLine() << ", column " in get()
92 << Group.getColumn(); in get()
96 Summary.ExecutionCount = Group.getTotalExecutionCount(); in get()
/llvm-project-15.0.7/llvm/utils/yaml-bench/
H A DYAMLBench.cpp145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark() argument
148 Group); in benchmark()
158 (Description + ": Tokenizing").str(), Group); in benchmark()
166 (Description + ": Parsing").str(), Group); in benchmark()
220 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
221 benchmark(Group, "Fast", "Fast", createJSONText(10, 500)); in main()
223 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
224 benchmark(Group, "Small", "Small Values", createJSONText(MemoryLimitMB, 5)); in main()
225 benchmark(Group, "Medium", "Medium Values", in main()
227 benchmark(Group, "Large", "Large Values", in main()

123456789