Lines Matching refs:getOrInsertFunction
1230 FunctionCallee Callee = M->getOrInsertFunction(FuncName, FuncType); in emitLibCall()
1308 FunctionCallee MemCpy = M->getOrInsertFunction( in emitMemCpyChk()
1450 M->getOrInsertFunction(Name, Op->getType(), Op->getType()); in emitUnaryFloatFnCallHelper()
1492 FunctionCallee Callee = M->getOrInsertFunction(Name, Op1->getType(), in emitBinaryFloatFnCallHelper()
1542 M->getOrInsertFunction(PutCharName, B.getInt32Ty(), B.getInt32Ty()); in emitPutChar()
1565 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1581 FunctionCallee F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(), in emitFPutC()
1602 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(), in emitFPutS()
1622 FunctionCallee F = M->getOrInsertFunction( in emitFWrite()
1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()
1667 FunctionCallee Calloc = M->getOrInsertFunction( in emitCalloc()