Lines Matching refs:SectionKind
434 static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
447 return SectionKind::getMetadata(); in getELFKindForNamedSection()
460 return SectionKind::getBSS(); in getELFKindForNamedSection()
466 return SectionKind::getThreadData(); in getELFKindForNamedSection()
472 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
477 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
499 static unsigned getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
556 static unsigned getEntrySizeForKind(SectionKind Kind) { in getEntrySizeForKind()
582 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
601 getELFSectionNameForGlobal(const GlobalObject *GO, SectionKind Kind, in getELFSectionNameForGlobal()
650 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
765 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
799 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal()
835 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
888 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
1070 SectionKind::getData()); in Initialize()
1072 SectionKind::getData()); in Initialize()
1076 SectionKind::getData()); in Initialize()
1079 SectionKind::getData()); in Initialize()
1124 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
1143 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
1184 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal()
1254 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
1413 SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM); in getNameWithPrefix()
1426 getCOFFSectionFlags(SectionKind K, const TargetMachine &TM) { in getCOFFSectionFlags()
1505 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
1531 static StringRef getCOFFSectionNameForUniqueGlobal(SectionKind Kind) { in getCOFFSectionNameForUniqueGlobal()
1544 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal()
1642 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1667 SectionKind::getReadOnly()); in emitModuleMetadata()
1788 SectionKind::getReadOnly()); in Initialize()
1792 SectionKind::getReadOnly()); in Initialize()
1797 SectionKind::getData()); in Initialize()
1801 SectionKind::getData()); in Initialize()
1827 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
1839 SectionKind::getData()), in getCOFFStaticStructorSection()
1921 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
1984 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
1999 Kind = SectionKind::getMetadata(); in getExplicitSectionGlobal()
2014 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectWasmSectionForGlobal()
2044 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal()
2091 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm()
2103 SectionKind::getData()); in getStaticCtorSection()
2131 SectionKind GOKind = getKindForGlobal(GO, TM); in getTargetSymbol()
2147 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
2177 SectionKind::getMetadata()); in getSectionForExternalReference()
2181 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal()
2229 SectionKind::getData()); in SelectSectionForGlobal()
2239 SectionKind::getReadOnly()); in SelectSectionForGlobal()
2259 SectionKind::getReadOnly()); in getSectionForJumpTable()
2270 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()
2352 SectionKind::getText()) in getFunctionEntryPointSymbol()
2364 SectionKind::getData()); in getSectionForFunctionDescriptor()
2374 XCOFF::XTY_SD, SectionKind::getData()); in getSectionForTOCEntry()