Home
last modified time | relevance | path

Searched refs:GroupName (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h253 StringRef GroupName; member
257 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey()
259 : SectionName(SectionName), GroupName(GroupName), in ELFSectionKey()
265 if (GroupName != Other.GroupName)
266 return GroupName < Other.GroupName;
275 StringRef GroupName; member
279 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey()
281 : SectionName(SectionName), GroupName(GroupName), in COFFSectionKey()
287 if (GroupName != Other.GroupName)
288 return GroupName < Other.GroupName;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp124 bool parseGroup(StringRef &GroupName) { in parseGroup() argument
129 GroupName = getTok().getString(); in parseGroup()
131 } else if (Parser->parseIdentifier(GroupName)) { in parseGroup()
183 StringRef GroupName; in parseSectionDirective() local
184 if (Group && parseGroup(GroupName)) in parseSectionDirective()
192 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
H A DELFAsmParser.cpp158 bool parseGroup(StringRef &GroupName, bool &IsComdat);
435 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() argument
441 GroupName = getTok().getString(); in parseGroup()
443 } else if (getParser().parseIdentifier(GroupName)) { in parseGroup()
533 StringRef GroupName; in ParseSectionArguments() local
606 if (parseGroup(GroupName, IsComdat)) in ParseSectionArguments()
673 GroupName = Group->getName(); in ParseSectionArguments()
680 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName, in ParseSectionArguments()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCategories.h24 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
25 GroupName,
H A DDiagnostic.td59 string GroupName = Name;
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp47 std::string GroupName = KV.getKey().upper(); in EmitOptRST() local
48 OS << GroupName << '\n'; in EmitOptRST()
49 OS << std::string(GroupName.size(), '-') << '\n'; in EmitOptRST()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1116 StringRef GroupName; in getStackSizesSection() local
1118 GroupName = Group->getName(); in getStackSizesSection()
1123 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection()
1134 StringRef GroupName; in getBBAddrMapSection() local
1136 GroupName = Group->getName(); in getBBAddrMapSection()
1143 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection()
1154 StringRef GroupName; in getKCFITrapSection() local
1156 GroupName = Group->getName(); in getKCFITrapSection()
1161 GroupName, in getKCFITrapSection()
1221 StringRef GroupName; in getPCSection() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp252 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() argument
256 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get()
259 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get()
273 StringRef GroupName, in NamedRegionTimer() argument
276 : &NamedGroupedTimers->get(Name, Description, GroupName, in NamedRegionTimer()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp132 llvm::StringRef GroupName; member
167 std::string GroupName = in groupDiagnostics() local
169 DiagsInGroup[GroupName].DiagsInGroup.push_back(R); in groupDiagnostics()
178 GI.GroupName = Group->getName(); in groupDiagnostics()
300 const std::string &GroupName = in isSubGroupOfGroup() local
302 if (GName == GroupName) in isSubGroupOfGroup()
1254 const std::string &GroupName = in EmitClangDiagsDefs() local
1257 " cannot be in a warning group [" + GroupName + "]"); in EmitClangDiagsDefs()
1374 const std::string &GroupName = in emitDiagSubGroups() local
1377 DiagsInGroup.find(GroupName); in emitDiagSubGroups()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp503 #define ComputeDiagID(Severity, GroupName, DiagID) \ argument
507 DiagID = diag::err_fe_##GroupName; \
510 DiagID = diag::warn_fe_##GroupName; \
516 DiagID = diag::note_fe_##GroupName; \
521 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ argument
525 DiagID = diag::err_fe_##GroupName; \
528 DiagID = diag::warn_fe_##GroupName; \
531 DiagID = diag::remark_fe_##GroupName; \
534 DiagID = diag::note_fe_##GroupName; \
/openbsd-src/gnu/llvm/clang/tools/diagtool/
H A DDiagnosticNames.cpp69 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp740 StringRef GroupName = "sdag"; in CodeGenAndEmitDAG() local
781 NamedRegionTimer T("combine1", "DAG Combining 1", GroupName, in CodeGenAndEmitDAG()
803 NamedRegionTimer T("legalize_types", "Type Legalization", GroupName, in CodeGenAndEmitDAG()
828 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
844 NamedRegionTimer T("legalize_vec", "Vector Legalization", GroupName, in CodeGenAndEmitDAG()
861 NamedRegionTimer T("legalize_types2", "Type Legalization 2", GroupName, in CodeGenAndEmitDAG()
882 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
901 NamedRegionTimer T("legalize", "DAG Legalization", GroupName, in CodeGenAndEmitDAG()
921 NamedRegionTimer T("combine2", "DAG Combining 2", GroupName, in CodeGenAndEmitDAG()
945 NamedRegionTimer T("isel", "Instruction Selection", GroupName, in CodeGenAndEmitDAG()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h167 StringRef GroupName,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3945 StringRef GroupName; in emitXRayTable() local
3948 GroupName = F.getComdat()->getName(); in emitXRayTable()
3951 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
3957 GroupName, F.hasComdat(), MCSection::NonUniqueID, LinkedToSym); in emitXRayTable()
4040 StringRef GroupName; in emitPatchableFunctionEntries() local
4048 GroupName = F.getComdat()->getName(); in emitPatchableFunctionEntries()
4053 "__patchable_function_entries", ELF::SHT_PROGBITS, Flags, 0, GroupName, in emitPatchableFunctionEntries()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp917 StringRef GroupName = TT.isOSBinFormatCOFF() && DataReferencedByCode in getOrCreateRegionCounters() local
920 Comdat *C = M->getOrInsertComdat(GroupName); in getOrCreateRegionCounters()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp623 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1065 std::string GroupName; in getSectionForMachineBasicBlock() local
1068 GroupName = F.getComdat()->getName().str(); in getSectionForMachineBasicBlock()
1071 0 /* Entry Size */, GroupName, in getSectionForMachineBasicBlock()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Das.texinfo5508 .section @var{name} , "@var{flags}"G, @@@var{type}, @var{GroupName}[, @var{linkage}]
5511 The @var{GroupName} field specifies the name of the section group to which this
5524 .section @var{name} , "@var{flags}"MG, @@@var{type}, @var{entsize}, @var{GroupName}[, @var{linkage}]