| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | shrink-wrapping.ll | 38 ; SHRINK-WRAP-STATIC-LABEL: foo: 41 ; SHRINK-WRAP-STATIC-NEXT: nop 47 ; SHRINK-WRAP-STATIC-NEXT: jal f 55 ; NO-SHRINK-WRAP-STATIC-LABEL: foo: 72 ; SHRINK-WRAP-PIC-LABEL: foo: 89 ; SHRINK-WRAP-PIC-NEXT: jr $ra 92 ; NO-SHRINK-WRAP-PIC-LABEL: foo: 146 ; SHRINK-WRAP-64-PIC-LABEL: foo: 236 ; SHRINK-WRAP-PIC-LABEL: foo2: 249 ; SHRINK-WRAP-PIC-NEXT: $BB1_2: [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 192 WRAP(malloc), WRAP(free), WRAP(calloc), 193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 196 WRAP(calloc), WRAP(free), WRAP(mallinfo), 197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign), 198 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc), 199 WRAP(valloc)};
|
| H A D | asan_malloc_win.cpp | 517 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc() 519 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc() 522 (uptr)WRAP(RtlReAllocateHeap), in ReplaceSystemMalloc() 525 (uptr)WRAP(RtlAllocateHeap), in ReplaceSystemMalloc()
|
| H A D | asan_win.cpp | 182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors() 185 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/interception/ |
| H A D | interception.h | 106 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 120 # define WRAP(x) wrap_##x macro 126 # define WRAP(x) __asan_wrap_##x macro 134 # define WRAP(x) __interceptor_ ## x macro 144 # define WRAP(x) __interceptor_ ## x macro 181 extern "C" ret_type WRAP(func)(__VA_ARGS__); 185 extern "C" ret_type WRAP(func)(__VA_ARGS__); \ 223 ret_type WRAP(func)(__VA_ARGS__) 233 extern "C" ret_type WRAP(func)(__VA_ARGS__); \ 245 INTERPOSER_2(overridee, WRAP(overrider)) [all …]
|
| H A D | interception_win.h | 66 (::__interception::uptr)WRAP(func), \ 71 (::__interception::uptr)WRAP(func), \ 79 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
|
| H A D | interception_linux.h | 36 (::__interception::uptr) & WRAP(func)) 45 (::__interception::uptr) & WRAP(func))
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | redundant-void-arg.cpp | 462 #define WRAP(...) __VA_ARGS__ macro 480 WRAP((void)WRAP(WRAP(LAMBDA3(WRAP([]), WRAP((void)), WRAP(BODY))))); in lambda_expression_with_macro_test() 484 (void)WRAP([](void) {}); in lambda_expression_with_macro_test()
|
| H A D | use-trailing-return-type.cpp | 460 #define WRAP(x) x macro 461 WRAP(const) int& h16(); 463 WRAP(CONST) int& h16(); 478 #define CONST_F_MACRO WRAP(CONST_CAT)
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | braces-around-statements.cpp | 379 #define WRAP(X) { X; } in test_macros() macro 384 WRAP({ in test_macros() 394 WRAP( in test_macros() 407 WRAP( in test_macros()
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | wrap-script-referenced.ll | 19 ; RUN: llvm-readelf --syms %t/libalias_wrap_foo.so | FileCheck --check-prefix=WRAP-FOO %s 21 ; WRAP-FOO: Symbol table '.symtab' contains 22 ; WRAP-FOO-DAG: [[#]]: [[#%.16x,WRAP_FOO_VAL:]] 1 FUNC LOCAL HIDDEN [[#]] __wrap_foo 23 ; WRAP-FOO-DAG: [[#]]: [[#WRAP_FOO_VAL]] 0 FUNC GLOBAL DEFAULT [[#]] alias
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_libdispatch.cpp | 271 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR() 315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR() 360 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 363 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 374 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 376 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 412 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() 471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() 502 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR() [all …]
|
| H A D | tsan_interceptors_posix.cpp | 1165 void *newcond = WRAP(malloc)(pthread_cond_t_sz); in init_cond() 1170 WRAP(free)(newcond); in init_cond() 1304 WRAP(free)(cond); in INTERCEPTOR() 2226 return WRAP(fork)(fake); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_libdispatch.cpp | 271 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR() 315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR() 360 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 363 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 374 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 376 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 412 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() 471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() 502 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR() [all …]
|
| H A D | tsan_interceptors_posix.cpp | 1170 void *newcond = WRAP(malloc)(pthread_cond_t_sz); in init_cond() 1175 WRAP(free)(newcond); in init_cond() 1309 WRAP(free)(cond); in INTERCEPTOR() 2231 return WRAP(fork)(fake); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 148 extern "C" SANITIZER_INTERFACE_ATTRIBUTE RET WRAP(FN)(ARGS) \
|
| /llvm-project-15.0.7/lld/test/MinGW/ |
| H A D | driver.test | 320 RUN: ld.lld -### -m i386pep foo.o -wrap foo1 --wrap foo2 2>&1 | FileCheck -check-prefix WRAP %s 321 RUN: ld.lld -### -m i386pep foo.o -wrap=foo1 --wrap=foo2 2>&1 | FileCheck -check-prefix WRAP %s 322 WRAP: -wrap:foo1 -wrap:foo2
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 228 malloc_zone_t *zone_ptr = WRAP(malloc_zone_from_ptr)(ptr); \
|
| H A D | sanitizer_common_interceptors.inc | 384 char *new_mem = (char *)WRAP(malloc)(copy_length + 1); \ 1575 int res = WRAP(vname)(__VA_ARGS__, ap); \ 3880 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1); 3884 WRAP(free)(allocated_path); 7654 return WRAP(strlcpy)(dst + len, src, size - len) + len; 10258 WRAP(qsort_r)(base, nmemb, size, compar, nullptr);
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 7323 2F13 ; 52F9 ; MA #* ( ⼓ → 勹 ) KANGXI RADICAL WRAP → CJK UNIFIED IDEOGRAPH-52F9 #
|