Lines Matching refs:UniqueID
812 const unsigned UniqueID = calcUniqueIDUpdateFlagsAndSize( in selectExplicitSectionGlobal() local
819 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
864 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() local
869 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
878 UniqueID = 0; in selectELFSectionForGlobal()
880 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
1028 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock() local
1054 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1061 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1072 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1743 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() local
1745 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
1762 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
1767 Selection, UniqueID); in SelectSectionForGlobal()
1821 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() local
1825 COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE, UniqueID); in getSectionForJumpTable()
2209 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal() local
2211 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
2216 return Ctx.getWasmSection(Name, Kind, Flags, Group, UniqueID); in selectWasmSectionForGlobal()