Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dtrampoline_setup.c11 extern void __clear_cache(void *start, void *end);
41 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
Dclear_cache.c61 void __clear_cache(void *start, void *end) { in __clear_cache() function
Dapple_versioning.c51 NOT_HERE_BEFORE_10_6(__clear_cache)
DREADME.txt207 // __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/
Dxray_AArch64.cpp20 extern "C" void __clear_cache(void *start, void *end);
87 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
Dxray_arm.cpp20 extern "C" void __clear_cache(void *start, void *end);
124 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
Dxray_powerpc64.cpp48 extern "C" void __clear_cache(void *start, void *end);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dlibgcc-std.ver145 __clear_cache
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlibgcc-std.ver145 __clear_cache
Dlibgcc2.h34 extern void __clear_cache (char *, char *);
Dlibgcc2.c1590 __clear_cache (char *beg __attribute__((__unused__)), in __clear_cache() function
DChangeLog.25951 (__clear_cache): Mark arguments as potentially unused.
DFSFChangeLog.117390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DMemory.inc36 extern "C" void __clear_cache(void *, void *);
245 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
/openbsd/src/gnu/gcc/gcc/
Dlibgcc-std.ver145 __clear_cache
Dlibgcc2.h38 extern void __clear_cache (char *, char *);
Dlibgcc2.c1986 __clear_cache (char *beg __attribute__((__unused__)),
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltinsAArch64.def29 BUILTIN(__clear_cache, "vv*v*", "i")
DBuiltinsARM.def29 BUILTIN(__clear_cache, "vv*v*", "i")
/openbsd/src/gnu/gcc/gcc/doc/
Dlibgcc.texi728 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
Dgccint.info916 -- Runtime Function: void __clear_cache (char *BEG, char *END)
31102 * __clear_cache: Miscellaneous routines.
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsics.td1408 // maps to void __clear_cache() on supporting platforms
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt521 fun:__clear_cache=uninstrumented
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst13401 The default behavior is to emit a call to ``__clear_cache`` from the run