Home | History | Annotate | Download | only in Utils

Lines Matching refs:getOrInsertFunction

48   Constant *StrLen = M->getOrInsertFunction(
74 M->getOrInsertFunction("strnlen", AttributeSet::get(M->getContext(), AS),
99 Constant *StrChr = M->getOrInsertFunction("strchr",
124 Value *StrNCmp = M->getOrInsertFunction(
149 Value *StrCpy = M->getOrInsertFunction(Name,
172 Value *StrNCpy = M->getOrInsertFunction(Name,
198 Value *MemCpy = M->getOrInsertFunction(
222 Value *MemChr = M->getOrInsertFunction(
247 Value *MemCmp = M->getOrInsertFunction(
284 Value *Callee = M->getOrInsertFunction(Name, Op->getType(),
305 Value *Callee = M->getOrInsertFunction(Name, Op1->getType(),
323 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(),
350 Value *PutS = M->getOrInsertFunction("puts",
375 F = M->getOrInsertFunction("fputc",
381 F = M->getOrInsertFunction("fputc",
410 F = M->getOrInsertFunction(FPutsName,
416 F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(),
443 F = M->getOrInsertFunction(
448 F = M->getOrInsertFunction(FWriteName, DL.getIntPtrType(Context),