HomeSort by relevance Sort by last modified time
    Searched defs:GroupName (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 300 StringRef GroupName;
302 GroupName = Group->getName();
306 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
308 ELFSectionKey{Name, GroupName, UniqueID},
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 367 StringRef GroupName;
446 if (getParser().parseIdentifier(GroupName))
515 GroupName = Group->getName();
521 Size, GroupName, UniqueID);
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 177 std::string GroupName = DI->getDef()->getValueAsString("GroupName");
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");
343 if (GName == GroupName)
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 174 StringRef GroupName;
176 ELFSectionKey(StringRef SectionName, StringRef GroupName,
178 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) {
183 if (GroupName != Other.GroupName)
184 return GroupName < Other.GroupName;
191 StringRef GroupName;
193 COFFSectionKey(StringRef SectionName, StringRef GroupName,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 710 std::string GroupName;
712 GroupName = "Instruction Selection and Scheduling";
740 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
754 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
769 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
780 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
786 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
795 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
808 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
    [all...]

Completed in 109 milliseconds