Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h65 struct InitOptions;
66 void Init(const InitOptions *options = nullptr);
96 void SetThreadStackAndTls(const InitOptions *options);
H A Dmemprof_thread.cpp123 void MemprofThread::Init(const InitOptions *options) { in Init()
170 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp87 struct AsanThread::InitOptions { struct in __asan::AsanThread
111 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
137 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()
162 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()