Searched refs:NOINLINE (Results 1 - 25 of 27) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp527 NOINLINE
H A Dtsan_clock.h56 NOINLINE void Next();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h115 NOINLINE void initThread(Allocator *Instance) {
123 NOINLINE TSD<Allocator> *getTSDAndLockSlow(TSD<Allocator> *CurrentTSD) {
H A Dtsd_exclusive.h85 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) {
H A Drelease.h151 NOINLINE void
H A Dquarantine.h203 void NOINLINE drain(CacheT *C, Callback Cb) {
212 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) {
248 void NOINLINE recycle(uptr MinSize, Callback Cb) {
279 void NOINLINE doRecycle(CacheT *C, Callback Cb) {
H A Dprimary64.h267 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId,
363 NOINLINE uptr releaseToOSMaybe(RegionInfo *Region, uptr ClassId,
H A Dprimary32.h304 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId,
362 NOINLINE uptr releaseToOSMaybe(SizeClassInfo *Sci, uptr ClassId,
H A Dmutex.h27 NOINLINE void lock() {
H A Dlocal_cache.h140 NOINLINE void initCache() {
154 NOINLINE bool refill(PerClass *C, uptr ClassId) {
166 NOINLINE void drain(PerClass *C, uptr ClassId) {
H A Dinternal_defs.h39 #define NOINLINE __attribute__((noinline)) macro
H A Dcombined.h198 NOINLINE void *allocate(uptr Size, Chunk::Origin Origin,
297 NOINLINE void deallocate(void *Ptr, Chunk::Origin Origin, uptr DeleteSize = 0,
584 NOINLINE void performSanityChecks() {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp245 static void NOINLINE SharedPrintfCodeNoBuffer(bool append_pid,
306 static void NOINLINE SharedPrintfCode(bool append_pid, const char *format,
H A Dsanitizer_internal_defs.h204 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
206 extern "C++" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
215 # define NOINLINE __declspec(noinline) macro
229 # define NOINLINE __attribute__((noinline)) macro
H A Dsanitizer_quarantine.h115 void NOINLINE Drain(Cache *c, Callback cb) {
124 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) {
152 void NOINLINE Recycle(uptr min_size, Callback cb) {
183 void NOINLINE DoRecycle(Cache *c, Callback cb) {
H A Dsanitizer_mutex.h49 void NOINLINE LockSlow() {
148 void NOINLINE LockSlow() {
162 void NOINLINE ReadLockSlow() {
H A Dsanitizer_allocator_primary64.h110 NOINLINE void ReturnToAllocator(AllocatorStats *stat, uptr class_id,
136 NOINLINE bool GetFromAllocator(AllocatorStats *stat, uptr class_id,
688 NOINLINE bool PopulateFreeArray(AllocatorStats *stat, uptr class_id,
H A Dsanitizer_allocator_primary32.h166 NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
181 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id,
H A Dsanitizer_allocator_local_cache.h98 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
109 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator, uptr class_id,
234 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
247 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp539 NOINLINE
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp101 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
106 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
111 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
129 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
134 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
139 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
169 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
173 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
177 extern "C" NOINLINE INTERFACE_ATTRIBUTE \
194 NOINLINE INTERFACE_ATTRIBUT
[all...]
H A Dasan_report.cpp360 static NOINLINE void ReportInvalidPointerPair(uptr pc, uptr bp, uptr sp,
488 void NOINLINE __asan_set_error_report_callback(void (*callback)(const char*)) {
H A Dasan_fake_stack.cpp141 NOINLINE void FakeStack::GC(uptr real_stack) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp248 NOINLINE void performSanityChecks();
298 NOINLINE bool isRssLimitExceeded();
600 NOINLINE void Allocator::performSanityChecks() {
635 NOINLINE bool Allocator::isRssLimitExceeded() {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) {

Completed in 276 milliseconds

12