Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp81 llvm::Type *i8p = nullptr; in buildBlockDescriptor() local
83 i8p = in buildBlockDescriptor()
87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); in buildBlockDescriptor()
114 CGM.GetAddrOfConstantCString(typeAtEncoding).getPointer(), i8p)); in buildBlockDescriptor()
124 elements.push_back(llvm::Constant::getNullValue(i8p)); in buildBlockDescriptor()