Lines Matching refs:getInt8PtrTy

1216   return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr");  in castToCStr()
1243 B.getInt8PtrTy(), castToCStr(Ptr, B), B, TLI); in emitStrLen()
1248 return emitLibCall(LibFunc_strdup, B.getInt8PtrTy(), B.getInt8PtrTy(), in emitStrDup()
1254 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr()
1265 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitStrNCmp()
1271 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy()
1278 Type *I8Ptr = B.getInt8PtrTy(); in emitStpCpy()
1285 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy()
1292 Type *I8Ptr = B.getInt8PtrTy(); in emitStpNCpy()
1309 "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(), in emitMemCpyChk()
1310 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitMemCpyChk()
1325 LibFunc_mempcpy, B.getInt8PtrTy(), in emitMemPCpy()
1326 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemPCpy()
1334 LibFunc_memchr, B.getInt8PtrTy(), in emitMemChr()
1335 {B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context)}, in emitMemChr()
1344 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemCmp()
1353 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitBCmp()
1360 LibFunc_memccpy, B.getInt8PtrTy(), in emitMemCCpy()
1361 {B.getInt8PtrTy(), B.getInt8PtrTy(), B.getInt32Ty(), Len->getType()}, in emitMemCCpy()
1371 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy()}, in emitSNPrintf()
1381 {B.getInt8PtrTy(), B.getInt8PtrTy()}, Args, B, TLI, in emitSPrintf()
1387 return emitLibCall(LibFunc_strcat, B.getInt8PtrTy(), in emitStrCat()
1388 {B.getInt8PtrTy(), B.getInt8PtrTy()}, in emitStrCat()
1395 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCpy()
1402 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCat()
1408 return emitLibCall(LibFunc_strncat, B.getInt8PtrTy(), in emitStrNCat()
1409 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrNCat()
1417 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy(), VAList->getType()}, in emitVSNPrintf()
1424 {B.getInt8PtrTy(), B.getInt8PtrTy(), VAList->getType()}, in emitVSPrintf()
1565 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1603 B.getInt8PtrTy(), File->getType()); in emitFPutS()
1623 FWriteName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFWrite()
1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()
1668 CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType); in emitCalloc()