Home
last modified time | relevance | path

Searched refs:countSlot (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3164 auto countSlot = values.addPlaceholder(); in EmitProtocolList() local
3176 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()
3772 auto countSlot = ivarList.addPlaceholder(); in EmitIvarList() local
3797 ivarList.fillPlaceholderWithInt(countSlot, ObjCTypes.IntTy, count); in EmitIvarList()
7136 auto countSlot = values.addPlaceholder(); in EmitProtocolList() local
7146 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()