Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getBlockDescriptorType

127   return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
324 elementTypes.push_back(CGM.getBlockDescriptorType());
882 llvm::Type *CodeGenModule::getBlockDescriptorType() {
916 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();