Searched refs:GroupName (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/TableGen/
H A DDiagnosticBase.inc16 string GroupName = Name;
/external/llvm/lib/Support/
H A DTimer.cpp208 Timer &get(StringRef Name, StringRef GroupName) { argument
211 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
214 GroupEntry.first = new TimerGroup(GroupName);
241 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName, argument
243 : TimeRegion(!Enabled ? nullptr : &NamedGroupedTimers->get(Name, GroupName)){}
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp341 #define ComputeDiagID(Severity, GroupName, DiagID) \
345 DiagID = diag::err_fe_##GroupName; \
348 DiagID = diag::warn_fe_##GroupName; \
354 DiagID = diag::note_fe_##GroupName; \
359 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \
363 DiagID = diag::err_fe_##GroupName; \
366 DiagID = diag::warn_fe_##GroupName; \
369 DiagID = diag::remark_fe_##GroupName; \
372 DiagID = diag::note_fe_##GroupName; \
/external/llvm/lib/MC/
H A DMCContext.cpp237 StringRef GroupName; local
239 GroupName = Group->getName();
241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName));
243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
H A DELFObjectWriter.cpp1536 StringRef GroupName = local
1541 0, GroupName);
1591 StringRef GroupName = local
1596 GroupName));
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp177 std::string GroupName = DI->getDef()->getValueAsString("GroupName"); local
178 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
188 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
201 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
228 std::string Name = (*I)->ExplicitDef->getValueAsString("GroupName");
265 std::string Name = NextDiagGroup->getValueAsString("GroupName");
342 const std::string &GroupName = Group->getValueAsString("GroupName"); local
343 if (GName == GroupName)
522 const std::string &GroupName = GroupRec->getValueAsString("GroupName"); local
632 const std::string &GroupName = Group->getValueAsString("GroupName"); local
[all...]
/external/llvm/include/llvm/Support/
H A DTimer.h151 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp412 StringRef GroupName; local
489 if (getParser().parseIdentifier(GroupName))
542 GroupName = Group->getName();
549 SectionName, Type, Flags, Kind, Size, GroupName);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp649 std::string GroupName; local
651 GroupName = "Instruction Selection and Scheduling";
672 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
686 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
701 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
712 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
718 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
727 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
739 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
750 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnable
[all...]

Completed in 193 milliseconds