/llvm-project/compiler-rt/test/tsan/ |
H A D | deep_stack1.cpp | 38 size_t stack_size = N * 256 + (1 << 20); in main() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 115 uptr stack_bottom, stack_size; member 173 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument 256 __sanitizer_before_thread_create_hook(thrd_t thread,bool detached,const char * name,void * stack_base,size_t stack_size) __sanitizer_before_thread_create_hook() argument
|
H A D | asan_thread.cpp | 218 uptr AsanThread::stack_size() { stack_size() function in __asan::AsanThread 226 uptr stack_size = this->stack_size(); AsyncSignalSafeLazyInitFakeStack() local 310 uptr stack_size = 0; SetThreadStackAndTls() local
|
H A D | asan_posix.cpp | 62 uptr default_bottom, tls_addr, tls_size, stack_size; PlatformUnpoisonStacks() local
|
H A D | asan_rtl.cpp | 583 uptr tls_addr, tls_size, stack_size; UnpoisonDefaultStack() local
|
H A D | asan_win.cpp | 153 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_fake_stack_test.cpp | 47 uptr stack_size = 1UL << stack_size_log; in TEST() local 94 const uptr stack_size = 1 << stack_size_log; in TEST() local
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 117 uptr MemprofThread::stack_size() { stack_size() function in __memprof::MemprofThread 172 uptr stack_size = 0; SetThreadStackAndTls() local
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStack.cpp | 378 stack_size in GetInnermostExpression() local 181 int stack_size = m_plans.size(); DiscardPlansUpToPlan() local 209 int stack_size = m_plans.size(); DiscardAllPlans() local 355 int stack_size = m_completed_plans.size(); GetPreviousPlan() local [all...] |
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 96 uptr stack_size) { in BeforeThreadCreateHook() 217 size_t stack_size) { in __sanitizer_before_thread_create_hook()
|
H A D | hwasan_thread.h | 46 uptr stack_size() { return stack_top() - stack_bottom(); } in stack_size() function
|
H A D | hwasan_linux.cpp | 494 uptr stack_size; InitStackAndTls() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-02-14-EntryNodePreds.c | 25 int stack_size; member
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 24 uptr stack_size = 0; SetThreadStackAndTls() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 25 uptr stack_size = 0; SetThreadStackAndTls() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_unwind_linux_libcdep.cpp | 37 uptr stack_size; member
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() argument
|
H A D | sanitizer_posix_libcdep.cpp | 132 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 334 ScopedStackSpaceWithGuard(uptr stack_size) ScopedStackSpaceWithGuard() argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_posix.cpp | 53 uptr stack_size = 0; ThreadStart() local
|
H A D | lsan_fuchsia.cpp | 97 size_t stack_size) { in __sanitizer_before_thread_create_hook()
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 293 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/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 469 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/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 801 uint32_t stack_size = EXTRACT_BITS(function_info.encoding, in CreateUnwindPlan_x86_64() local 1066 uint32_t stack_size = in CreateUnwindPlan_i386() local 1327 uint32_t stack_size = in CreateUnwindPlan_arm64() local
|
H A D | SymbolFileOnDemand.cpp | 515 llvm::Expected<lldb::addr_t> stack_size = in GetParameterStackSize() local
|