Lines Matching refs:ElfSec
1136 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection() local
1139 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection()
1145 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection()
1154 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection() local
1157 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
1165 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection()
1174 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection() local
1177 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection()
1184 /*IsComdat=*/true, ElfSec.getUniqueID(), in getKCFITrapSection()
1193 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection() local
1196 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection()
1202 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getPseudoProbeSection()
1246 const auto &ElfSec = static_cast<const MCSectionELF &>(*TextSec); in getPCSection() local
1247 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection()
1252 ElfSec.getUniqueID(), in getPCSection()