| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | builtins-aarch64.c | 7 void __clear_cache(void *start, void *end); 11 __clear_cache(start, end); in test_clear_cache_chars() 15 __clear_cache(start, end); in test_clear_cache_voids() 22 __clear_cache(); // expected-error {{too few arguments to function call}} in test_clear_cache_no_args()
|
| H A D | builtins-arm64.c | 5 void __clear_cache(void *start, void *end); 9 __clear_cache(start, end); in test_clear_cache_chars() 13 __clear_cache(start, end); in test_clear_cache_voids() 17 __clear_cache(); // expected-error {{too few arguments to function call}} in test_clear_cache_no_args()
|
| H A D | builtins-arm.c | 8 …__clear_cache(); // expected-error {{too few arguments to function call, expected 2, have 0}} // e… in f() 9 __clear_cache(a); // expected-error {{too few arguments to function call, expected 2, have 1}} in f() 10 __clear_cache(a, b); in f() 13 void __clear_cache(char*, char*); // expected-error {{conflicting types for '__clear_cache'}} 14 void __clear_cache(void*, void*);
|
| H A D | builtin-clear_cache.c | 6 void __clear_cache(void *a, void *b) {} in __clear_cache() function
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | enable_execute_stack_test.c | 8 extern void __clear_cache(void* start, void* end); 42 __clear_cache(execution_buffer, &execution_buffer[128]); in main() 49 __clear_cache(execution_buffer, &execution_buffer[128]); in main()
|
| H A D | clear_cache_test.c | 17 extern void __clear_cache(void* start, void* end); 91 __clear_cache(execution_buffer, execution_buffer + kSize); in main() 98 __clear_cache(execution_buffer, execution_buffer + kSize); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | trampoline_setup.c | 11 extern void __clear_cache(void *start, void *end); 41 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
|
| H A D | clear_cache.c | 61 void __clear_cache(void *start, void *end) { in __clear_cache() function
|
| H A D | apple_versioning.c | 51 NOT_HERE_BEFORE_10_6(__clear_cache)
|
| H A D | README.txt | 207 // __clear_cache() is used to tell process that new instructions have been 210 void __clear_cache(void* start, void* end);
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_AArch64.cpp | 20 extern "C" void __clear_cache(void *start, void *end); 87 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
|
| H A D | xray_arm.cpp | 20 extern "C" void __clear_cache(void *start, void *end); 124 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
|
| H A D | xray_powerpc64.cpp | 48 extern "C" void __clear_cache(void *start, void *end);
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm-clear.c | 8 __clear_cache(ptr, ptr2); in clear()
|
| H A D | builtins-arm64.c | 7 __clear_cache(a,b); in f0()
|
| H A D | builtins-arm.c | 12 __clear_cache(a,b); in f1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | cache-intrinsic.ll | 20 ; CHECK-NOT: __clear_cache
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | cache-intrinsic.ll | 20 ; CHECK: __clear_cache
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | cache-intrinsic.ll | 20 ; CHECK: __clear_cache
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 36 extern "C" void __clear_cache(void *, void*); 249 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /llvm-project-15.0.7/llvm-libgcc/lib/ |
| H A D | gcc_s.ver | 26 __absvdi2; __absvsi2; __addvdi3; __addvsi3; __clear_cache; __ffsdi2;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | BuiltinsAArch64.def | 25 BUILTIN(__clear_cache, "vv*v*", "i")
|
| H A D | BuiltinsARM.def | 25 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1394 // maps to void __clear_cache() on supporting platforms
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 521 fun:__clear_cache=uninstrumented
|