Lines Matching refs:getInt8PtrTy
1009 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in castToCStr()
1036 B.getInt8PtrTy(), castToCStr(Ptr, B), B, TLI); in emitStrLen()
1041 return emitLibCall(LibFunc_strdup, B.getInt8PtrTy(), B.getInt8PtrTy(), in emitStrDup()
1047 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr()
1058 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitStrNCmp()
1064 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy()
1071 Type *I8Ptr = B.getInt8PtrTy(); in emitStpCpy()
1078 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy()
1085 Type *I8Ptr = B.getInt8PtrTy(); in emitStpNCpy()
1102 "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(), in emitMemCpyChk()
1103 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitMemCpyChk()
1118 LibFunc_mempcpy, B.getInt8PtrTy(), in emitMemPCpy()
1119 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemPCpy()
1127 LibFunc_memchr, B.getInt8PtrTy(), in emitMemChr()
1128 {B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context)}, in emitMemChr()
1137 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitMemCmp()
1146 {B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)}, in emitBCmp()
1153 LibFunc_memccpy, B.getInt8PtrTy(), in emitMemCCpy()
1154 {B.getInt8PtrTy(), B.getInt8PtrTy(), B.getInt32Ty(), Len->getType()}, in emitMemCCpy()
1164 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy()}, in emitSNPrintf()
1174 {B.getInt8PtrTy(), B.getInt8PtrTy()}, Args, B, TLI, in emitSPrintf()
1180 return emitLibCall(LibFunc_strcat, B.getInt8PtrTy(), in emitStrCat()
1181 {B.getInt8PtrTy(), B.getInt8PtrTy()}, in emitStrCat()
1188 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCpy()
1195 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrLCat()
1201 return emitLibCall(LibFunc_strncat, B.getInt8PtrTy(), in emitStrNCat()
1202 {B.getInt8PtrTy(), B.getInt8PtrTy(), Size->getType()}, in emitStrNCat()
1210 {B.getInt8PtrTy(), Size->getType(), B.getInt8PtrTy(), VAList->getType()}, in emitVSNPrintf()
1217 {B.getInt8PtrTy(), B.getInt8PtrTy(), VAList->getType()}, in emitVSPrintf()
1358 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1396 B.getInt8PtrTy(), File->getType()); in emitFPutS()
1416 FWriteName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFWrite()
1439 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()
1461 CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType); in emitCalloc()