| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCContext.h | 169 StringRef GroupName; member 171 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() 173 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) { in ELFSectionKey() 178 if (GroupName != Other.GroupName) 179 return GroupName < Other.GroupName; 186 StringRef GroupName; member 188 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() 190 : SectionName(SectionName), GroupName(GroupName), in COFFSectionKey() 195 if (GroupName != Other.GroupName) 196 return GroupName < Other.GroupName;
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Timer.cpp | 206 Timer &get(StringRef Name, StringRef GroupName) { in get() argument 209 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get() 212 GroupEntry.first = new TimerGroup(GroupName); in get() 239 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName, in NamedRegionTimer() argument 241 : TimeRegion(!Enabled ? nullptr : &NamedGroupedTimers->get(Name, GroupName)){} in NamedRegionTimer()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenAction.cpp | 352 #define ComputeDiagID(Severity, GroupName, DiagID) \ argument 356 DiagID = diag::err_fe_##GroupName; \ 359 DiagID = diag::warn_fe_##GroupName; \ 365 DiagID = diag::note_fe_##GroupName; \ 370 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ argument 374 DiagID = diag::err_fe_##GroupName; \ 377 DiagID = diag::warn_fe_##GroupName; \ 380 DiagID = diag::remark_fe_##GroupName; \ 383 DiagID = diag::note_fe_##GroupName; \
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangDiagnosticsEmitter.cpp | 177 std::string GroupName = DI->getDef()->getValueAsString("GroupName"); in groupDiagnostics() local 178 DiagsInGroup[GroupName].DiagsInGroup.push_back(R); in groupDiagnostics() 342 const std::string &GroupName = Group->getValueAsString("GroupName"); in isSubGroupOfGroup() local 343 if (GName == GroupName) in isSubGroupOfGroup() 522 const std::string &GroupName = GroupRec->getValueAsString("GroupName"); in EmitClangDiagsDefs() local 524 " cannot be in a warning group [" + GroupName + "]"); in EmitClangDiagsDefs() 632 const std::string &GroupName = Group->getValueAsString("GroupName"); in emitDiagSubGroups() local 634 DiagsInGroup.find(GroupName); in emitDiagSubGroups()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 302 StringRef GroupName; in renameELFSection() local 304 GroupName = Group->getName(); in renameELFSection() 308 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 310 ELFSectionKey{Name, GroupName, UniqueID}, in renameELFSection()
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | ELFAsmParser.cpp | 377 StringRef GroupName; in ParseSectionArguments() local 456 if (getParser().parseIdentifier(GroupName)) in ParseSectionArguments() 525 GroupName = Group->getName(); in ParseSectionArguments() 531 Size, GroupName, UniqueID); in ParseSectionArguments()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| HD | CheckerBase.td | 15 string GroupName = name;
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGISel.cpp | 665 std::string GroupName; in CodeGenAndEmitDAG() local 667 GroupName = "Instruction Selection and Scheduling"; in CodeGenAndEmitDAG() 695 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() 709 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() 724 NamedRegionTimer T("DAG Combining after legalize types", GroupName, in CodeGenAndEmitDAG() 735 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() 741 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() 750 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName, in CodeGenAndEmitDAG() 763 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() 775 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnabled); in CodeGenAndEmitDAG() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Timer.h | 150 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Diagnostic.td | 48 string GroupName = Name;
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | as.texinfo | 5661 .section @var{name} , "@var{flags}"G, @@@var{type}, @var{GroupName}[, @var{linkage}] 5664 The @var{GroupName} field specifies the name of the section group to which this 5677 .section @var{name} , "@var{flags}"MG, @@@var{type}, @var{entsize}, @var{GroupName}[, @var{linkage}]
|