Lines Matching defs:Section

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