Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp3233 auto countSlot = values.addPlaceholder(); in EmitProtocolList() local
3245 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()
3844 auto countSlot = ivarList.addPlaceholder(); in EmitIvarList() local
3869 ivarList.fillPlaceholderWithInt(countSlot, ObjCTypes.IntTy, count); in EmitIvarList()
7205 auto countSlot = values.addPlaceholder(); in EmitProtocolList() local
7215 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()