Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getBlockDescriptorType

125   return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
322 elementTypes.push_back(CGM.getBlockDescriptorType());
865 llvm::Type *CodeGenModule::getBlockDescriptorType() {
899 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();