Lines Matching refs:UniqueID
815 const unsigned UniqueID = calcUniqueIDUpdateFlagsAndSize( in selectExplicitSectionGlobal() local
822 Group, IsComdat, UniqueID, LinkedToSym); in selectExplicitSectionGlobal()
867 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() local
872 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
881 UniqueID = 0; in selectELFSectionForGlobal()
883 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal()
1031 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock() local
1057 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1064 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1075 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1741 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() local
1743 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
1760 Selection, UniqueID); in SelectSectionForGlobal()
1765 Selection, UniqueID); in SelectSectionForGlobal()
1819 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() local
1823 UniqueID); in getSectionForJumpTable()
2212 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal() local
2214 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
2219 return Ctx.getWasmSection(Name, Kind, Flags, Group, UniqueID); in selectWasmSectionForGlobal()