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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h53 struct StackBounds { struct in class:__dfsan::DFsanThread
57 StackBounds GetStackBounds() const;
65 StackBounds stack_;
H A Ddfsan_thread.cpp86 DFsanThread::StackBounds DFsanThread::GetStackBounds() const {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h55 struct StackBounds { struct in class:__msan::MsanThread
59 StackBounds GetStackBounds() const;
65 StackBounds stack_;
66 StackBounds next_stack_;
H A Dmsan_thread.cpp82 MsanThread::StackBounds MsanThread::GetStackBounds() const {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h98 struct StackBounds { struct in class:__memprof::MemprofThread
102 StackBounds GetStackBounds() const;
H A Dmemprof_thread.cpp107 inline MemprofThread::StackBounds MemprofThread::GetStackBounds() const {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h164 struct StackBounds { struct in class:__asan::AsanThread
168 StackBounds GetStackBounds() const;
H A Dasan_thread.cpp192 inline AsanThread::StackBounds AsanThread::GetStackBounds() const {

Completed in 87 milliseconds