Lines Matching refs:EntrySize
609 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
618 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in getELFSectionNameForGlobal()
622 Name += utostr(EntrySize); in getELFSectionNameForGlobal()
663 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument
697 EntrySize = 0; in calcUniqueIDUpdateFlagsAndSize()
713 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize()
722 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize()
772 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local
774 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal()
779 SectionName, getELFSectionType(SectionName, Kind), Flags, EntrySize, in selectExplicitSectionGlobal()
827 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local
840 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()
846 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
2327 unsigned EntrySize = getEntrySizeForKind(Kind); in SelectSectionForGlobal() local
2328 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in SelectSectionForGlobal()