HomeSort by: relevance | last modified time | path
    Searched refs:GroupName (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 229 StringRef GroupName;
233 ELFSectionKey(StringRef SectionName, StringRef GroupName,
235 : SectionName(SectionName), GroupName(GroupName),
241 if (GroupName != Other.GroupName)
242 return GroupName < Other.GroupName;
251 StringRef GroupName;
255 COFFSectionKey(StringRef SectionName, StringRef GroupName,
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
OptRSTEmitter.cpp 54 std::string GroupName = KV.getKey().upper();
55 OS << GroupName << '\n';
56 OS << std::string(GroupName.size(), '-') << '\n';
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 116 bool parseGroup(StringRef &GroupName) {
121 GroupName = getTok().getString();
123 } else if (Parser->parseIdentifier(GroupName)) {
175 StringRef GroupName;
176 if (Group && parseGroup(GroupName))
184 Name, Kind.getValue(), Flags, GroupName, MCContext::GenericSectionID);
ELFAsmParser.cpp 160 bool parseGroup(StringRef &GroupName, bool &IsComdat);
433 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) {
439 GroupName = getTok().getString();
441 } else if (getParser().parseIdentifier(GroupName)) {
513 StringRef GroupName;
587 if (parseGroup(GroupName, IsComdat))
652 GroupName = Group->getName();
659 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Timer.cpp 227 Timer &get(StringRef Name, StringRef Description, StringRef GroupName,
231 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
234 GroupEntry.first = new TimerGroup(GroupName, GroupDescription);
248 StringRef GroupName,
251 : &NamedGroupedTimers->get(Name, Description, GroupName,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 443 #define ComputeDiagID(Severity, GroupName, DiagID) \
447 DiagID = diag::err_fe_##GroupName; \
450 DiagID = diag::warn_fe_##GroupName; \
456 DiagID = diag::note_fe_##GroupName; \
461 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \
465 DiagID = diag::err_fe_##GroupName; \
468 DiagID = diag::warn_fe_##GroupName; \
471 DiagID = diag::remark_fe_##GroupName; \
474 DiagID = diag::note_fe_##GroupName; \
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 149 return LHS->getValueAsString("GroupName") <
150 RHS->getValueAsString("GroupName");
166 std::string GroupName =
167 std::string(DI->getDef()->getValueAsString("GroupName"));
168 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
176 DiagsInGroup[std::string(Group->getValueAsString("GroupName"))];
182 std::string(SubGroups[j]->getValueAsString("GroupName")));
297 const std::string &GroupName =
298 std::string(Group->getValueAsString("GroupName"));
299 if (GName == GroupName)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 1035 StringRef GroupName;
1037 GroupName = Group->getName();
1042 GroupName, true, ElfSec.getUniqueID(),
1053 StringRef GroupName;
1055 GroupName = Group->getName();
1062 Flags, 0, GroupName, true, ElfSec.getUniqueID(),
MCContext.cpp 445 StringRef GroupName;
447 GroupName = Group->getName();
453 ELFSectionKey{Section->getName(), GroupName, "", UniqueID});
456 ELFSectionKey{Name, GroupName, "", UniqueID}, Section))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h 168 StringRef GroupName,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 759 StringRef GroupName = "sdag";
800 NamedRegionTimer T("combine1", "DAG Combining 1", GroupName,
822 NamedRegionTimer T("legalize_types", "Type Legalization", GroupName,
847 GroupName, GroupDescription, TimePassesIsEnabled);
863 NamedRegionTimer T("legalize_vec", "Vector Legalization", GroupName,
880 NamedRegionTimer T("legalize_types2", "Type Legalization 2", GroupName,
901 GroupName, GroupDescription, TimePassesIsEnabled);
920 NamedRegionTimer T("legalize", "DAG Legalization", GroupName,
940 NamedRegionTimer T("combine2", "DAG Combining 2", GroupName,
964 NamedRegionTimer T("isel", "Instruction Selection", GroupName,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3458 StringRef GroupName;
3461 GroupName = F.getComdat()->getName();
3464 Flags, 0, GroupName, F.hasComdat(),
3470 GroupName, F.hasComdat(), MCSection::NonUniqueID, LinkedToSym);
3552 StringRef GroupName;
3560 GroupName = F.getComdat()->getName();
3565 "__patchable_function_entries", ELF::SHT_PROGBITS, Flags, 0, GroupName,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 860 auto GroupName = TT.isOSBinFormatCOFF() ? GV->getName() : DataVarName;
861 Comdat *C = M->getOrInsertComdat(GroupName);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 996 std::string GroupName;
999 GroupName = F.getComdat()->getName().str();
1002 0 /* Entry Size */, GroupName,

Completed in 45 milliseconds