Lines Matching refs:EntrySize
637 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
646 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in getELFSectionNameForGlobal()
650 Name += utostr(EntrySize); in getELFSectionNameForGlobal()
691 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument
726 EntrySize = 0; in calcUniqueIDUpdateFlagsAndSize()
742 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize()
751 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize()
811 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local
813 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal()
818 SectionName, getELFSectionType(SectionName, Kind), Flags, EntrySize, in selectExplicitSectionGlobal()
861 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local
874 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()
880 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()