Displaying 1 result from an estimated 1 matches for "__strcpy_chk".
2012 Aug 02
2
[LLVMdev] Proposal to merge SimplifyLibCalls into InstCombiner
...e following three sections specify a proposal for how the work will be broken
down. In a way they specify milestones.
Extend test coverage
--------------------
Between the two existing methods the following library calls are folded:
1. `InstCombiners`: __memcpy_chk, __mempcpy_chk, __memset_chk, __strcpy_chk,
__stpcpy_chk, __strncpy_chk, __stpncpy_chk, __strcat_chk, __strncat_chk.
2. `SimplifyLibCalls`: strcat, strncat, strchar, strrchr, strcmp, strncmp,
strcpy, strncpy, strlen, strpbrk, strtol, strtod, strtof, strtoul,
strtoll, strtold, strtoull, strtold, strtoull, strspn, strcspn, strstr,...