Lines Matching refs:getInt8PtrTy
31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in CastToCStr()
50 DL.getIntPtrType(Context), B.getInt8PtrTy(), nullptr); in EmitStrLen()
75 DL.getIntPtrType(Context), B.getInt8PtrTy(), in EmitStrNLen()
97 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrChr()
126 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), nullptr); in EmitStrNCmp()
148 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrCpy()
171 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrNCpy()
199 "__memcpy_chk", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(), in EmitMemCpyChk()
200 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in EmitMemCpyChk()
223 "memchr", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(), in EmitMemChr()
224 B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context), nullptr); in EmitMemChr()
249 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), nullptr); in EmitMemCmp()
353 B.getInt8PtrTy(), in EmitPutS()
413 B.getInt8PtrTy(), in EmitFPutS()
417 B.getInt8PtrTy(), in EmitFPutS()
445 DL.getIntPtrType(Context), B.getInt8PtrTy(), DL.getIntPtrType(Context), in EmitFWrite()
449 B.getInt8PtrTy(), DL.getIntPtrType(Context), in EmitFWrite()