Searched refs:emitLibCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp827 static Value *emitLibCall(LibFunc TheLibFunc, Type *ReturnType, function
850 return emitLibCall(LibFunc_strlen, DL.getIntPtrType(Context),
856 return emitLibCall(LibFunc_strdup, B.getInt8PtrTy(), B.getInt8PtrTy(),
864 return emitLibCall(LibFunc_strchr, I8Ptr, {I8Ptr, I32Ty},
871 return emitLibCall(
880 return emitLibCall(LibFunc_strcpy, I8Ptr, {I8Ptr, I8Ptr},
887 return emitLibCall(LibFunc_stpcpy, I8Ptr, {I8Ptr, I8Ptr},
894 return emitLibCall(LibFunc_strncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()},
901 return emitLibCall(LibFunc_stpncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()},
932 return emitLibCall(
[all...]

Completed in 108 milliseconds