Home
last modified time | relevance | path

Searched refs:ElfSec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1129 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection() local
1132 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection()
1138 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection()
1147 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection() local
1150 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
1158 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection()
1167 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection() local
1170 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection()
1177 /*IsComdat=*/true, ElfSec.getUniqueID(), in getKCFITrapSection()
1186 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection() local
[all …]