Searched refs:getitimer (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 270 int getitimer(int which, struct itimerval *curr_value);
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 501 ; CHECK: declare void @getitimer(...) 502 declare void @getitimer(...)
|
| H A D | annotate.ll | 573 ; CHECK: declare noundef i32 @getitimer(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNWIND]] 574 declare i32 @getitimer(i32, %opaque*)
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 919 /// int getitimer(int which, struct itimerval *value); 920 TLI_DEFINE_ENUM_INTERNAL(getitimer) 921 TLI_DEFINE_STRING_INTERNAL("getitimer")
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2214 TEST(MemorySanitizer, getitimer) { in TEST() argument 2221 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 456 PRE_SYSCALL(getitimer)(long which, void *value) {} 458 POST_SYSCALL(getitimer)(long res, long which, void *value) {
|
| H A D | sanitizer_common_interceptors.inc | 89 #define getitimer __getitimer50 159 #define getitimer __getitimer_time64 2332 INTERCEPTOR(int, getitimer, int which, void *curr_value) { 2334 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value); 2338 int res = REAL(getitimer)(which, curr_value); 2370 COMMON_INTERCEPT_FUNCTION(getitimer); \
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1882 fun:getitimer=uninstrumented
|