Searched refs:ElfSec (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1114 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection() local 1117 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() 1123 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection() 1132 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection() local 1135 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() 1143 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection() 1152 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getKCFITrapSection() local 1155 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection() 1162 /*IsComdat=*/true, ElfSec.getUniqueID(), in getKCFITrapSection() 1169 const auto &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getPseudoProbeSection() local [all …]
|