Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp225 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS); in ReadArrayCookie() local
226 ptr = CGF.Builder.CreateBitCast(ptr, charPtrTy); in ReadArrayCookie()
DMicrosoftCXXABI.cpp979 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS); in adjustThisArgumentForVirtualFunctionCall() local
980 This = CGF.Builder.CreateBitCast(This, charPtrTy); in adjustThisArgumentForVirtualFunctionCall()
1003 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS); in adjustThisArgumentForVirtualFunctionCall() local
1013 This = CGF.Builder.CreateBitCast(This, charPtrTy); in adjustThisArgumentForVirtualFunctionCall()
1020 This = CGF.Builder.CreateBitCast(This, charPtrTy); in adjustThisArgumentForVirtualFunctionCall()
1086 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS), in adjustThisParameterInVirtualFunctionPrologue() local
1089 This = CGF.Builder.CreateBitCast(This, charPtrTy); in adjustThisParameterInVirtualFunctionPrologue()