Home
last modified time | relevance | path

Searched refs:StackLimit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_win.cpp392 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit()
393 __asan_unpoison_memory_region(tib->StackLimit, stackSize); in asan_thread_exit()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp710 size_t StackLimit; in initDevice() local
713 StackLimit = std::stol(EnvStr); in initDevice()
714 if (cuCtxSetLimit(CU_LIMIT_STACK_SIZE, StackLimit) != CUDA_SUCCESS) in initDevice()
717 if (cuCtxGetLimit(&StackLimit, CU_LIMIT_STACK_SIZE) != CUDA_SUCCESS) in initDevice()
737 (int)HeapLimit, (int)StackLimit); in initDevice()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h227 uint64_t StackLimit,
230 StackLimit, Severity, DK_StackSize) {}
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc89 DWORD64 StackLimit;