Home
last modified time | relevance | path

Searched refs:StackBounds (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h55 struct StackBounds { struct
59 StackBounds GetStackBounds() const; argument
65 StackBounds stack_;
66 StackBounds next_stack_;
H A Dmsan_thread.cpp75 MsanThread::StackBounds MsanThread::GetStackBounds() const { in ThreadStart()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h53 struct StackBounds { struct
57 StackBounds GetStackBounds() const; argument
65 StackBounds stack_;
H A Ddfsan_thread.cpp81 DFsanThread::StackBounds DFsanThread::GetStackBounds() const { in ThreadStart()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h92 struct StackBounds {
96 StackBounds GetStackBounds() const;
98 struct StackBounds { global() struct
102 topStackBounds global() argument
H A Dmemprof_thread.cpp104 inline MemprofThread::StackBounds MemprofThread::GetStackBounds() const { in Destroy()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h159 struct StackBounds {
163 StackBounds GetStackBounds() const;
164 struct StackBounds { global() struct
168 topStackBounds global() argument
H A Dasan_thread.cpp195 inline AsanThread::StackBounds AsanThread::GetStackBounds() const { in FinishSwitchFiber()