Lines Matching refs:TextSec
1131 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1136 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1146 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1150 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1154 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1166 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1170 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()
1174 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()
1185 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1189 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()
1193 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection()
1203 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getPseudoProbeSection()
1235 const MCSection *TextSec) const { in getPCSection()
1242 if (!TextSec) in getPCSection()
1243 TextSec = getTextSection(); in getPCSection()
1246 const auto &ElfSec = static_cast<const MCSectionELF &>(*TextSec); in getPCSection()
1253 cast<MCSymbolELF>(TextSec->getBeginSymbol())); in getPCSection()