Lines Matching refs:SectionKind
443 unsigned Reserved2, SectionKind Kind, in getMachOSection()
472 unsigned Flags, SectionKind K, in createELFSectionImpl()
517 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
562 SectionKind Kind; in getELFSection()
564 Kind = SectionKind::getExecuteOnly(); in getELFSection()
566 Kind = SectionKind::getText(); in getELFSection()
568 Kind = SectionKind::getReadOnly(); in getELFSection()
584 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
622 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection()
636 SectionKind Kind, in getCOFFSection()
668 SectionKind Kind, in getCOFFSection()
695 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
708 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
748 StringRef Section, SectionKind Kind, in getXCOFFSection()
814 MCSectionSPIRV(SectionKind::getText(), Begin); in getSPIRVSection()
827 SectionKind K) { in getDXContainerSection()