Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1136 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()
1157 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
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()
1246 const auto &ElfSec = static_cast<const MCSectionELF &>(*TextSec); in getPCSection() local
1247 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection()
[all …]