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