Home
last modified time | relevance | path

Searched refs:InitOptions (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp115 struct AsanThread::InitOptions { struct in __asan::AsanThread
139 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
165 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()
191 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in BeforeThreadCreateHook()
H A Dasan_thread.h66 struct InitOptions;
67 void Init(const InitOptions *options = nullptr);
138 void SetThreadStackAndTls(const InitOptions *options);
H A Dasan_thread.cpp230 void AsanThread::Init(const InitOptions *options) { in Init()
303 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.h68 struct InitOptions;
69 void Init(const InitOptions *options = nullptr);
136 void SetThreadStackAndTls(const InitOptions *options);
H A Dasan_rtems.cc93 struct AsanThread::InitOptions { struct in __asan::AsanThread
110 const AsanThread::InitOptions options = {stack_bottom, stack_size, in CreateAsanThread()
119 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
H A Dasan_fuchsia.cc84 struct AsanThread::InitOptions { struct in __asan::AsanThread
104 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in CreateAsanThread()
115 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
H A Dasan_thread.cc223 void AsanThread::Init(const InitOptions *options) { in Init()
290 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.h70 struct InitOptions;
71 void Init(const InitOptions *options = nullptr);
138 void SetThreadStackAndTls(const InitOptions *options);
H A Dasan_rtems.cc95 struct AsanThread::InitOptions { struct in __asan::AsanThread
112 const AsanThread::InitOptions options = {stack_bottom, stack_size, in CreateAsanThread()
121 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
H A Dasan_fuchsia.cc86 struct AsanThread::InitOptions { struct in __asan::AsanThread
106 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in CreateAsanThread()
117 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
H A Dasan_thread.cc221 void AsanThread::Init(const InitOptions *options) { in Init()
290 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()