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 237 StringRef GroupName;
239 GroupName = Group->getName();
241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName));
243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 412 StringRef GroupName;
489 if (getParser().parseIdentifier(GroupName))
542 GroupName = Group->getName();
549 SectionName, Type, Flags, Kind, Size, GroupName);
  /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/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 649 std::string GroupName;
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, TimePassesIsEnabled)
    [all...]

Completed in 665 milliseconds