Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1114 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()
1135 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
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
1171 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection()
1222 const auto &ElfSec = static_cast<const MCSectionELF &>(*TextSec); in getPCSection() local
1223 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection()
[all …]