Home
last modified time | relevance | path

Searched refs:__clear_cache (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltins-aarch64.c7 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 Dbuiltins-arm64.c5 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 Dbuiltins-arm.c8__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 Dbuiltin-clear_cache.c6 void __clear_cache(void *a, void *b) {} in __clear_cache() function
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Denable_execute_stack_test.c8 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 Dclear_cache_test.c17 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 Dtrampoline_setup.c11 extern void __clear_cache(void *start, void *end);
41 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
H A Dclear_cache.c61 void __clear_cache(void *start, void *end) { in __clear_cache() function
H A Dapple_versioning.c51 NOT_HERE_BEFORE_10_6(__clear_cache)
H A DREADME.txt207 // __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 Dxray_AArch64.cpp20 extern "C" void __clear_cache(void *start, void *end);
87 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_arm.cpp20 extern "C" void __clear_cache(void *start, void *end);
124 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_powerpc64.cpp48 extern "C" void __clear_cache(void *start, void *end);
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-clear.c8 __clear_cache(ptr, ptr2); in clear()
H A Dbuiltins-arm64.c7 __clear_cache(a,b); in f0()
H A Dbuiltins-arm.c12 __clear_cache(a,b); in f1()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcache-intrinsic.ll20 ; CHECK-NOT: __clear_cache
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dcache-intrinsic.ll20 ; CHECK: __clear_cache
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcache-intrinsic.ll20 ; CHECK: __clear_cache
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DMemory.inc36 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 Dgcc_s.ver26 __absvdi2; __absvsi2; __addvdi3; __addvsi3; __clear_cache; __ffsdi2;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsAArch64.def25 BUILTIN(__clear_cache, "vv*v*", "i")
H A DBuiltinsARM.def25 BUILTIN(__clear_cache, "vv*v*", "i")
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsics.td1394 // maps to void __clear_cache() on supporting platforms
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt521 fun:__clear_cache=uninstrumented

12