| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | libgcc-std.ver | 145 __clear_cache
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | libgcc-std.ver | 145 __clear_cache
|
| H A D | libgcc2.h | 34 extern void __clear_cache (char *, char *);
|
| H A D | libgcc2.c | 1590 __clear_cache (char *beg __attribute__((__unused__)), in __clear_cache() function
|
| H A D | ChangeLog.2 | 5951 (__clear_cache): Mark arguments as potentially unused.
|
| H A D | FSFChangeLog.11 | 7390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 36 extern "C" void __clear_cache(void *, void *); 245 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | libgcc-std.ver | 145 __clear_cache
|
| H A D | libgcc2.h | 38 extern void __clear_cache (char *, char *);
|
| H A D | libgcc2.c | 1986 __clear_cache (char *beg __attribute__((__unused__)),
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsAArch64.def | 29 BUILTIN(__clear_cache, "vv*v*", "i")
|
| H A D | BuiltinsARM.def | 29 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | libgcc.texi | 728 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
|
| H A D | gccint.info | 916 -- Runtime Function: void __clear_cache (char *BEG, char *END) 31102 * __clear_cache: Miscellaneous routines.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1408 // maps to void __clear_cache() on supporting platforms
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 521 fun:__clear_cache=uninstrumented
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 13401 The default behavior is to emit a call to ``__clear_cache`` from the run
|