Lines Matching refs:TextSec
1080 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1085 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1095 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getStackSizesSection()
1099 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1103 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1115 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getBBAddrMapSection()
1119 MCObjectFileInfo::getKCFITrapSection(const MCSection &TextSec) const { in getKCFITrapSection()
1123 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection()
1134 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getKCFITrapSection()
1138 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection()
1142 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection()
1152 cast<MCSymbolELF>(TextSec.getBeginSymbol())); in getPseudoProbeSection()
1184 const MCSection *TextSec) const { in getPCSection()
1191 if (!TextSec) in getPCSection()
1192 TextSec = getTextSection(); in getPCSection()
1195 const auto &ElfSec = static_cast<const MCSectionELF &>(*TextSec); in getPCSection()
1202 cast<MCSymbolELF>(TextSec->getBeginSymbol())); in getPCSection()