Home
last modified time | relevance | path

Searched refs:NOINLINE (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp97 NOINLINE
112 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
197 NOINLINE INTERFACE_ATTRIBUTE
206 NOINLINE INTERFACE_ATTRIBUTE
215 NOINLINE INTERFACE_ATTRIBUTE
224 NOINLINE INTERFACE_ATTRIBUTE
233 NOINLINE INTERFACE_ATTRIBUTE
242 NOINLINE INTERFACE_ATTRIBUTE
255 static NOINLINE void force_interface_symbols() { in force_interface_symbols()
608 void NOINLINE __asan_handle_no_return() { in __asan_handle_no_return()
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_err.c14 NOINLINE static double
25 NOINLINE static double
H A Dmath_errf.c14 NOINLINE static float
25 NOINLINE static float
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c14 NOINLINE static float
25 NOINLINE static float
H A Dmath_err.c14 NOINLINE static double
25 NOINLINE static double
H A Dv_exp10f_2u4.c50 static float32x4_t VPCS_ATTR NOINLINE
64 static float32x4_t VPCS_ATTR NOINLINE
H A Dcoshf_1u9.c21 static NOINLINE float
H A Dv_cexpi_3u5.c12 static float64x2x2_t VPCS_ATTR NOINLINE
H A Dv_cexpif_1u8.c12 static float32x4x2_t VPCS_ATTR NOINLINE
H A Dsv_cexpi_3u5.c12 static svfloat64x2_t NOINLINE
H A Dsv_cexpif_1u8.c12 static svfloat32x2_t NOINLINE
H A Dv_sincos_3u5.c19 static void VPCS_ATTR NOINLINE
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h110 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
119 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { in DrainAndRecycle()
147 void NOINLINE Recycle(uptr min_size, Callback cb) in Recycle()
179 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
H A Dsanitizer_allocator_local_cache.h99 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill()
110 NOINLINE void DrainHalfMax(PerClass *c, SizeClassAllocator *allocator, in DrainHalfMax()
241 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill()
254 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator, in Drain()
H A Dsanitizer_internal_defs.h213 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
215 extern "C++" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
224 # define NOINLINE __declspec(noinline) macro
238 # define NOINLINE __attribute__((noinline)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h130 NOINLINE void Refill(Cache *c) { in Refill()
150 NOINLINE void Drain(Cache *c) { in Drain()
170 NOINLINE void AllocSuperBlock(Cache *c) { in AllocSuperBlock()
H A Dtsan_rtl_access.cpp95 NOINLINE void TraceRestartFuncEntry(ThreadState* thr, uptr pc) { in TraceRestartFuncEntry()
100 NOINLINE void TraceRestartFuncExit(ThreadState* thr) { in TraceRestartFuncExit()
148 NOINLINE void DoReportRace(ThreadState* thr, RawShadow* shadow_mem, Shadow cur, in DoReportRace()
274 NOINLINE void DoReportRaceV(ThreadState* thr, RawShadow* shadow_mem, Shadow cur, in DoReportRaceV()
414 NOINLINE void TraceRestartMemoryAccess(ThreadState* thr, uptr pc, uptr addr, in TraceRestartMemoryAccess()
447 NOINLINE
483 NOINLINE
659 NOINLINE void RestartMemoryAccessRange(ThreadState* thr, uptr pc, uptr addr, in RestartMemoryAccessRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h149 NOINLINE void initCache() { in initCache()
169 NOINLINE bool refill(PerClass *C, uptr ClassId, u16 MaxRefill) { in refill()
177 NOINLINE void drain(PerClass *C, uptr ClassId) { in drain()
H A Dquarantine.h207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain()
219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle()
256 void NOINLINE recycle(uptr MinSize, Callback Cb) RELEASE(RecycleMutex) in recycle()
288 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f.c37 static float32x4_t VPCS_ATTR NOINLINE
50 static float32x4_t VPCS_ATTR NOINLINE
H A Dv_expf.c42 static float32x4_t VPCS_ATTR NOINLINE
55 static float32x4_t VPCS_ATTR NOINLINE
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h39 #define NOINLINE __declspec(noinline) macro
44 #define NOINLINE __attribute__((noinline)) macro
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE dst_t __truncsfhf2(float a) { in __truncsfhf2()
H A Dextendhfsf2.c15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) { in __extendhfsf2()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp80 extern "C" NOINLINE INTERFACE_ATTRIBUTE void __memprof_##type(uptr addr) { \
92 static NOINLINE void force_interface_symbols() { in MEMPROF_MEMORY_ACCESS_CALLBACK()

123456