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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp831 static Value *emitLibCall(LibFunc TheLibFunc, Type *ReturnType, function
854 return emitLibCall(LibFunc_strlen, DL.getIntPtrType(Context),
860 return emitLibCall(LibFunc_strdup, B.getInt8PtrTy(), B.getInt8PtrTy(),
868 return emitLibCall(LibFunc_strchr, I8Ptr, {I8Ptr, I32Ty},
875 return emitLibCall(
884 return emitLibCall(LibFunc_strcpy, I8Ptr, {I8Ptr, I8Ptr},
891 return emitLibCall(LibFunc_stpcpy, I8Ptr, {I8Ptr, I8Ptr},
898 return emitLibCall(LibFunc_strncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()},
905 return emitLibCall(LibFunc_stpncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()},
936 return emitLibCall(
[all...]

Completed in 197 milliseconds