Lines Matching refs:getInt8PtrTy
1421 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in castToCStr()
1448 B.getInt8PtrTy(), castToCStr(Ptr, B), B, TLI); in emitStrLen()
1453 return emitLibCall(LibFunc_strdup, B.getInt8PtrTy(), B.getInt8PtrTy(), in emitStrDup()
1459 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr()
1470 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitStrNCmp()
1483 Type *I8Ptr = B.getInt8PtrTy(); in emitStpCpy()
1490 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy()
1497 Type *I8Ptr = B.getInt8PtrTy(); in emitStpNCpy()
1514 AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(), in emitMemCpyChk()
1515 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitMemCpyChk()
1530 LibFunc_mempcpy, B.getInt8PtrTy(), in emitMemPCpy()
1531 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemPCpy()
1539 LibFunc_memchr, B.getInt8PtrTy(), in emitMemChr()
1540 {B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context)}, in emitMemChr()
1548 LibFunc_memrchr, B.getInt8PtrTy(), in emitMemRChr()
1549 {B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context)}, in emitMemRChr()
1558 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemCmp()
1567 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitBCmp()
1574 LibFunc_memccpy, B.getInt8PtrTy(), in emitMemCCpy()
1575 {B.getInt8PtrTy(), B.getInt8PtrTy(), B.getInt32Ty(), Len->getType()}, in emitMemCCpy()
1585 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy()}, in emitSNPrintf()
1595 {B.getInt8PtrTy(), B.getInt8PtrTy()}, Args, B, TLI, in emitSPrintf()
1601 return emitLibCall(LibFunc_strcat, B.getInt8PtrTy(), in emitStrCat()
1602 {B.getInt8PtrTy(), B.getInt8PtrTy()}, in emitStrCat()
1609 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCpy()
1616 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCat()
1622 return emitLibCall(LibFunc_strncat, B.getInt8PtrTy(), in emitStrNCat()
1623 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrNCat()
1631 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy(), VAList->getType()}, in emitVSNPrintf()
1638 {B.getInt8PtrTy(), B.getInt8PtrTy(), VAList->getType()}, in emitVSPrintf()
1790 B.getInt8PtrTy()); in emitPutS()
1828 B.getInt8PtrTy(), File->getType()); in emitFPutS()
1848 DL.getIntPtrType(Context), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitFWrite()
1872 B.getInt8PtrTy(), DL.getIntPtrType(Context)); in emitMalloc()
1893 B.getInt8PtrTy(), PtrType, PtrType); in emitCalloc()