Lines Matching refs:Characteristics
1683 unsigned Characteristics = getCOFFSectionFlags(Kind, TM); in getExplicitSectionGlobal() local
1696 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getExplicitSectionGlobal()
1702 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getExplicitSectionGlobal()
1731 unsigned Characteristics = getCOFFSectionFlags(Kind, TM); in SelectSectionForGlobal() local
1733 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in SelectSectionForGlobal()
1761 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
1766 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
1819 unsigned Characteristics = getCOFFSectionFlags(Kind, TM); in getSectionForJumpTable() local
1820 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getSectionForJumpTable()
1824 SecName, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
2090 const unsigned Characteristics = COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in getSectionForConstant() local
2118 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()