Searched refs:__clear_cache (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/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() 83 __clear_cache(trampOnStack, &trampOnStack[9]); 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 | 210 // __clear_cache() is used to tell process that new instructions have been 213 void __clear_cache(void* start, void* end);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_AArch64.cpp | 20 extern "C" void __clear_cache(void *start, void *end); 85 __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);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 36 extern "C" void __clear_cache(void *, void *); 246 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsARM.def | 29 BUILTIN(__clear_cache, "vv*v*", "i")
|
| H A D | BuiltinsAArch64.def | 29 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 655 HANDLE_LIBCALL(CLEAR_CACHE, "__clear_cache")
|
| H A D | Intrinsics.td | 1821 // maps to void __clear_cache() on supporting platforms
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 526 fun:__clear_cache=uninstrumented
|