Lines Matching full:section
50 const MCSection *Section) {
53 if (!Section || Section->isText())
55 return Section == FI->getDwarfAbbrevSection() ||
56 Section == FI->getDwarfInfoSection() ||
57 Section == FI->getDwarfMacinfoSection() ||
58 Section == FI->getDwarfFrameSection() ||
59 Section == FI->getDwarfAddrSection() ||
60 Section == FI->getDwarfRangesSection() ||
61 Section == FI->getDwarfARangesSection() ||
62 Section == FI->getDwarfLocSection() ||
63 Section == FI->getDwarfStrSection() ||
64 Section == FI->getDwarfLineSection() ||
65 Section == FI->getDwarfStrOffSection() ||
66 Section == FI->getDwarfLineStrSection() ||
67 Section == FI->getDwarfPubNamesSection() ||
68 Section == FI->getDwarfPubTypesSection() ||
69 Section == FI->getDwarfSwiftASTSection() ||
70 Section == FI->getDwarfTypesDWOSection() ||
71 Section == FI->getDwarfAbbrevDWOSection() ||
72 Section == FI->getDwarfAccelObjCSection() ||
73 Section == FI->getDwarfAccelNamesSection() ||
74 Section == FI->getDwarfAccelTypesSection() ||
75 Section == FI->getDwarfAccelNamespaceSection() ||
76 Section == FI->getDwarfLocDWOSection() ||
77 Section == FI->getDwarfStrDWOSection() ||
78 Section == FI->getDwarfCUIndexSection() ||
79 Section == FI->getDwarfInfoDWOSection() ||
80 Section == FI->getDwarfLineDWOSection() ||
81 Section == FI->getDwarfTUIndexSection() ||
82 Section == FI->getDwarfStrOffDWOSection() ||
83 Section == FI->getDwarfDebugNamesSection() ||
84 Section == FI->getDwarfDebugInlineSection() ||
85 Section == FI->getDwarfGnuPubNamesSection() ||
86 Section == FI->getDwarfGnuPubTypesSection();
90 MCSection *Section, uint32_t SubSection,
97 if (isDwarfSection(FI, Section)) {
100 OS << "\t.section";
101 Section->printSwitchToSection(*getStreamer().getContext().getAsmInfo(),