Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeep_stack1.cpp38 size_t stack_size = N * 256 + (1 << 20); in main() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp117 uptr stack_bottom, stack_size; member
175 uptr stack_size) { in BeforeThreadCreateHook()
256 size_t stack_size) { in __sanitizer_before_thread_create_hook()
H A Dasan_thread.cpp194 uptr AsanThread::stack_size() { in stack_size() function in __asan::AsanThread
202 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
305 uptr stack_size = 0; in SetThreadStackAndTls() local
H A Dasan_posix.cpp62 uptr default_bottom, tls_addr, tls_size, stack_size; in PlatformUnpoisonStacks() local
H A Dasan_rtl.cpp552 uptr tls_addr, tls_size, stack_size; in UnpoisonDefaultStack() local
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cpp47 uptr stack_size = 1UL << stack_size_log; in TEST() local
94 const uptr stack_size = 1 << stack_size_log; in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp117 uptr MemprofThread::stack_size() { in stack_size() function in __memprof::MemprofThread
172 uptr stack_size = 0; in SetThreadStackAndTls() local
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStack.cpp181 int stack_size = m_plans.size(); in DiscardPlansUpToPlan() local
209 int stack_size = m_plans.size(); in DiscardAllPlans() local
355 int stack_size = m_completed_plans.size(); in GetPreviousPlan() local
378 int stack_size = m_plans.size(); in GetInnermostExpression() local
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp96 uptr stack_size) { in BeforeThreadCreateHook()
209 size_t stack_size) { in __sanitizer_before_thread_create_hook()
H A Dhwasan_thread.h46 uptr stack_size() { return stack_top() - stack_bottom(); } in stack_size() function
H A Dhwasan_linux.cpp407 uptr stack_size; in InitStackAndTls() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-14-EntryNodePreds.c25 int stack_size; member
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp24 uptr stack_size = 0; in SetThreadStackAndTls() local
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp25 uptr stack_size = 0; in SetThreadStackAndTls() local
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp49 uptr stack_size = 0; in ThreadStart() local
H A Dlsan_fuchsia.cpp95 size_t stack_size) { in __sanitizer_before_thread_create_hook()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp37 uptr stack_size; member
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
H A Dsanitizer_posix_libcdep.cpp112 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
H A Dsanitizer_stoptheworld_linux_libcdep.cpp333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
/llvm-project-15.0.7/libc/src/__support/threads/
H A Dthread.h85 unsigned long long stack_size; // Size of the stack in alignas() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp293 size_t stack_size; in push() local
311 size_t stack_size = timer_stack.size(); in pop() local
327 size_t stack_size; in exchange() local
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c469 uint32_t stack_size = in print_encoding_x86_64() local
685 uint32_t stack_size = in print_encoding_i386() local
945 uint32_t stack_size = encoding & UNWIND_ARM64_FRAMELESS_STACK_SIZE_MASK; in print_encoding_arm64() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp802 uint32_t stack_size = EXTRACT_BITS(function_info.encoding, in CreateUnwindPlan_x86_64() local
1067 uint32_t stack_size = in CreateUnwindPlan_i386() local
1328 uint32_t stack_size = in CreateUnwindPlan_arm64() local
H A DSymbolFileOnDemand.cpp518 llvm::Expected<lldb::addr_t> stack_size = in GetParameterStackSize() local

12