Searched refs:ElfSec (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1085 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection() local 1088 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() 1094 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection() 1103 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection() local 1106 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() 1114 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection() 1123 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection() local 1126 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection() 1133 /*IsComdat=*/true, ElfSec.getUniqueID(), in getKCFITrapSection() 1142 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection() local [all …]
|