| /src/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 14 Group<grp_lld>; 17 Group<grp_lld>; 19 Group<grp_lld>; 22 Group<grp_lld>; 25 Group<grp_lld>; 28 Group<grp_lld>; 32 Group<grp_lld>; 35 Group<grp_lld>; 37 Group<grp_lld>; 39 Group<grp_lld>; [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 128 Group<CompileOnly_Group>, 133 def IncludePath_Group : OptionGroup<"<I/i group>">, Group<Preprocessor_Group>, 138 def I_Group : OptionGroup<"<I group>">, Group<IncludePath_Group>, DocFlatten; 139 def i_Group : OptionGroup<"<i group>">, Group<IncludePath_Group>, DocFlatten; 140 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten; 142 def M_Group : OptionGroup<"<M group>">, Group<Preprocessor_Group>, 147 def d_Group : OptionGroup<"<d group>">, Group<Preprocessor_Group>, 151 def Diag_Group : OptionGroup<"<W/R group>">, Group<CompileOnly_Group>, 162 def R_Group : OptionGroup<"<R group>">, Group<Diag_Group>, DocFlatten; 163 def R_value_Group : OptionGroup<"<R (with value) group>">, Group<R_Group>, [all …]
|
| /src/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 16 Group<grp_attach>; 20 Group<grp_attach>; 24 Group<grp_attach>; 28 Group<grp_attach>; 33 Group<grp_attach>; 37 Group<grp_attach>; 45 Group<grp_scripting>; 49 Group<grp_scripting>; 53 Group<grp_scripting>; 58 Group<grp_scripting>; [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 53 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>; 54 def elf_linker_options : FF<"elf-linker-options", "Display the .linker-options section">, Group<grp… 55 defm elf_output_style : Eq<"elf-output-style", "Specify ELF dump style: LLVM, GNU, JSON">, Group<gr… 56 def histogram : FF<"histogram", "Display bucket list histogram for hash sections">, Group<grp_elf>; 57 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>; 58 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<… 59 … : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">, Group<grp_elf>; 60 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>; 61 …ag", "Display memory tagging metadata (modes, Android notes, global descriptors)">, Group<grp_elf>; 62 def needed_libs : FF<"needed-libs", "Display the needed libraries">, Group<grp_elf>; [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 53 ThreadPoolTaskGroup *Group) = 0; 70 virtual void wait(ThreadPoolTaskGroup &Group) = 0; 86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() argument 89 return async(Group, std::move(Task)); in async() 101 auto async(ThreadPoolTaskGroup &Group, Func &&F) 104 &Group); 112 ThreadPoolTaskGroup *Group) { in asyncImpl() argument 114 asyncEnqueue([Future]() { Future.wait(); }, Group); in asyncImpl() 145 void wait(ThreadPoolTaskGroup &Group) override; 161 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const; [all …]
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 4 def tm_sort : Option<"sort", "s">, Group<1>, 7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>, 12 def tm_json : Option<"json", "j">, Group<1>, 14 def tm_errors_only : Option<"errors-only", "e">, Group<1>, 61 def blist_brief : Option<"brief", "b">, Group<1>, 63 def blist_full : Option<"full", "f">, Group<2>, 65 def blist_verbose : Option<"verbose", "v">, Group<3>, 74 def breakpoint_modify_ignore_count : Option<"ignore-count", "i">, Group<1>, 77 def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>, 80 def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>, [all …]
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 37 IncludeDirGroup Group; member 41 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo() 43 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo() 65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, 71 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 117 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() argument 126 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework, in AddPath() 131 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath() 134 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath() argument 152 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath() [all …]
|
| /src/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 38 msg_add_group="Add Group" 46 msg_delete_group="Delete Group" 49 msg_delete_primary_group="Delete Primary Group" 54 msg_edit_group="Edit/View Group" 57 msg_enter_group_members_manually="Enter Group Members manually" 64 msg_group="Group" 65 msg_group_added="Group Added" 66 msg_group_already_used="%s: Group is already used." 67 msg_group_deleted="Group Deleted" 68 msg_group_id="Group ID" [all …]
|
| /src/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 18 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>; 50 Group<grp_general>; [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 153 void convertCmovInstsToBranches(SmallVectorImpl<MachineInstr *> &Group) const; 197 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local 200 llvm::none_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction() 207 convertCmovInstsToBranches(Group); in runOnMachineFunction() 262 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local 263 convertCmovInstsToBranches(Group); in runOnMachineFunction() 292 CmovGroup Group; in collectCmovCandidates() local 294 Group.clear(); in collectCmovCandidates() 315 if (Group.empty()) { in collectCmovCandidates() 324 Group.push_back(&I); in collectCmovCandidates() [all …]
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CLWarnings.cpp | 19 std::optional<diag::Group> 22 case 4005: return diag::Group::MacroRedefined; in diagGroupFromCLWarningID() 23 case 4018: return diag::Group::SignCompare; in diagGroupFromCLWarningID() 24 case 4100: return diag::Group::UnusedParameter; in diagGroupFromCLWarningID() 25 case 4910: return diag::Group::DllexportExplicitInstantiationDecl; in diagGroupFromCLWarningID() 26 case 4996: return diag::Group::DeprecatedDeclarations; in diagGroupFromCLWarningID()
|
| H A D | DiagnosticIDs.cpp | 628 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation() argument 629 return OptionTable[static_cast<int>(Group)].Documentation; in getWarningOptionDocumentation() 632 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup() argument 633 return OptionTable[static_cast<int>(Group)].getName(); in getWarningOptionForGroup() 636 std::optional<diag::Group> 642 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption() 645 std::optional<diag::Group> DiagnosticIDs::getGroupForDiag(unsigned DiagID) { in getGroupForDiag() 647 return static_cast<diag::Group>(Info->getOptionGroupIndex()); in getGroupForDiag() 675 const WarningOption *Group, in getDiagnosticsInGroup() argument 679 if (!Group->Members && !Group->SubGroups) in getDiagnosticsInGroup() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 79 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor() argument 86 Group->NumPredecessors++; in addSuccessor() 89 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor() 92 DataSucc.emplace_back(Group); in addSuccessor() 94 OrderSucc.emplace_back(Group); in addSuccessor() 275 const MemoryGroup &Group = getGroup(GroupID); in isReady() local 276 return Group.isReady(); in isReady() 283 const MemoryGroup &Group = getGroup(GroupID); in isPending() local 284 return Group.isPending(); in isPending() 291 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CloneChecker.cpp | 111 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local 115 BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones() 116 R->addRange(Group.front().getSourceRange()); in reportClones() 118 for (unsigned i = 1; i < Group.size(); ++i) in reportClones() 119 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones() 120 Group[i].getSourceRange()); in reportClones() 130 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local 131 for (unsigned i = 0; i < Group.size(); ++i) { in reportSuspiciousClones() 132 VariablePattern PatternA(Group[i]); in reportSuspiciousClones() 134 for (unsigned j = i + 1; j < Group.size(); ++j) { in reportSuspiciousClones() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 136 bool StdThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked() 137 if (Group == nullptr) in workCompletedUnlocked() 139 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked() 141 [Group](const auto &T) { return T.second == Group; }); in workCompletedUnlocked() 152 void StdThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() argument 157 [&] { return workCompletedUnlocked(&Group); }); in wait() 162 !llvm::is_contained(*CurrentThreadTaskGroups, &Group)); in wait() 166 processTasks(&Group); in wait()
|
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 266 Group<grp_mach_o>; 270 Group<grp_mach_o>; 274 Group<grp_mach_o>; 278 Group<grp_mach_o>; 282 Group<grp_mach_o>; 286 Group<grp_mach_o>; 290 Group<grp_mach_o>; 294 Group<grp_mach_o>; 297 Group<grp_mach_o>; 301 Group<grp_mach_o>; [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 43 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable 64 Group(group, IsComdat), LinkedToSym(LinkedToSym) { in MCSectionELF() 65 if (Group.getPointer()) in MCSectionELF() 66 Group.getPointer()->setIsSignature(); in MCSectionELF() 82 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() 83 bool isComdat() const { return Group.getInt(); } in isComdat()
|
| H A D | MCSectionWasm.h | 29 const MCSymbolWasm *Group; variable 53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm() argument 55 UniqueID(UniqueID), Group(Group), in MCSectionWasm() 64 const MCSymbolWasm *getGroup() const { return Group; } in getGroup()
|
| /src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | LSUnit.cpp | 57 const MemoryGroup &Group = *GroupIt.second; in dump() local 59 << "[ #Preds = " << Group.getNumPredecessors() in dump() 60 << ", #GIssued = " << Group.getNumExecutingPredecessors() in dump() 61 << ", #GExecuted = " << Group.getNumExecutedPredecessors() in dump() 62 << ", #Inst = " << Group.getNumInstructions() in dump() 63 << ", #IIssued = " << Group.getNumExecuting() in dump() 64 << ", #IExecuted = " << Group.getNumExecuted() << '\n'; in dump() 191 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local 192 Group.addInstruction(); in dispatch()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 620 static DISubprogram *getSubprogramOrNull(OutlinableGroup &Group) { in getSubprogramOrNull() argument 621 for (OutlinableRegion *OS : Group.Regions) in getSubprogramOrNull() 629 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() argument 631 assert(!Group.OutlinedFunction && "Function is already defined!"); in createFunction() 642 for (OutlinableRegion *R : Group.Regions) { in createFunction() 649 Group.OutlinedFunctionType = FunctionType::get( in createFunction() 650 RetTy, Group.ArgumentTypes, false); in createFunction() 654 Group.OutlinedFunction = Function::Create( in createFunction() 655 Group.OutlinedFunctionType, GlobalValue::InternalLinkage, in createFunction() 659 if (Group.SwiftErrorArgument) in createFunction() [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkCounter.h | 111 GroupBy Group = GroupBy::TOTAL; member 113 Counter(enum GroupBy GroupBy) : Group(GroupBy) {} in Counter() 159 createArgumentCounter(GroupBy Group, ArrayRef<FilterMatcher> Arguments, in createArgumentCounter() 162 AC.Group = Group; in createArgumentCounter() 200 RemarkCounter(GroupBy Group) : Counter(Group) {} in RemarkCounter()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 892 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps() argument 894 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps() 898 assert(!Group.isReverse() && "Reversed group not supported."); in createBitMaskForGaps() 902 for (unsigned j = 0; j < Group.getFactor(); ++j) { in createBitMaskForGaps() 903 unsigned HasMember = Group.getMember(j) ? 1 : 0; in createBitMaskForGaps() 1282 auto DependentMember = [&](InterleaveGroup<Instruction> *Group, in analyzeInterleaving() 1284 for (uint32_t Index = 0; Index < Group->getFactor(); ++Index) { in analyzeInterleaving() 1285 Instruction *MemberOfGroupB = Group->getMember(Index); in analyzeInterleaving() 1405 auto InvalidateGroupIfMemberMayWrap = [&](InterleaveGroup<Instruction> *Group, in analyzeInterleaving() 1408 Instruction *Member = Group->getMember(Index); in analyzeInterleaving() [all …]
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 40 Record *Group; member 98 Record *Group = nullptr; in extractDocumentation() local 100 Group = SkipFlattened(G->getDef()); in extractDocumentation() 101 GroupsInGroup[Group].push_back(R); in extractDocumentation() 123 Record *Group = nullptr; in extractDocumentation() local 125 Group = SkipFlattened(G->getDef()); in extractDocumentation() 126 OptionsInGroup[Group].push_back(R); in extractDocumentation() 151 D.Groups.back().Group = G; in extractDocumentation() 422 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() argument 425 getRSTStringWithTextFallback(Group.Group, "DocName", "Name"), OS); in emitGroup() [all …]
|
| H A D | ClangDiagnosticsEmitter.cpp | 56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() argument 57 return Mapping[Group]; in getParents() 63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup() argument 66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); in getCategoryFromDiagGroup() 71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local 86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), in getDiagnosticCategory() 175 Record *Group = DiagGroups[i]; in groupDiagnostics() local 177 DiagsInGroup[std::string(Group->getValueAsString("GroupName"))]; in groupDiagnostics() 178 GI.GroupName = Group->getName(); in groupDiagnostics() [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() argument 106 if (Group.hasName()) { in get() 107 Name = std::string(Group.getName()); in get() 110 OS << "Definition at line " << Group.getLine() << ", column " in get() 111 << Group.getColumn(); in get() 115 Summary.ExecutionCount = Group.getTotalExecutionCount(); in get()
|