Lines Matching refs:getOrInsertFunction
48 Constant *StrLen = M->getOrInsertFunction( in EmitStrLen()
74 M->getOrInsertFunction("strnlen", AttributeSet::get(M->getContext(), AS), in EmitStrNLen()
99 Constant *StrChr = M->getOrInsertFunction("strchr", in EmitStrChr()
124 Value *StrNCmp = M->getOrInsertFunction( in EmitStrNCmp()
149 Value *StrCpy = M->getOrInsertFunction(Name, in EmitStrCpy()
172 Value *StrNCpy = M->getOrInsertFunction(Name, in EmitStrNCpy()
198 Value *MemCpy = M->getOrInsertFunction( in EmitMemCpyChk()
222 Value *MemChr = M->getOrInsertFunction( in EmitMemChr()
247 Value *MemCmp = M->getOrInsertFunction( in EmitMemCmp()
284 Value *Callee = M->getOrInsertFunction(Name, Op->getType(), in EmitUnaryFloatFnCall()
305 Value *Callee = M->getOrInsertFunction(Name, Op1->getType(), in EmitBinaryFloatFnCall()
323 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(), in EmitPutChar()
350 Value *PutS = M->getOrInsertFunction("puts", in EmitPutS()
375 F = M->getOrInsertFunction("fputc", in EmitFPutC()
381 F = M->getOrInsertFunction("fputc", in EmitFPutC()
410 F = M->getOrInsertFunction(FPutsName, in EmitFPutS()
416 F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(), in EmitFPutS()
443 F = M->getOrInsertFunction( in EmitFWrite()
448 F = M->getOrInsertFunction(FWriteName, DL.getIntPtrType(Context), in EmitFWrite()