Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.h65 struct InitOptions;
66 void Init(const InitOptions *options = nullptr);
96 void SetThreadStackAndTls(const InitOptions *options);
HDmemprof_thread.cpp122 void MemprofThread::Init(const InitOptions *options) { in Init()
169 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_fuchsia.cpp114 struct AsanThread::InitOptions { struct in __asan::AsanThread
136 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
162 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()
187 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in BeforeThreadCreateHook()
HDasan_thread.h80 struct InitOptions;
81 void Init(const InitOptions *options = nullptr);
159 void SetThreadStackAndTls(const InitOptions *options);
HDasan_thread.cpp253 void AsanThread::Init(const InitOptions *options) { in Init()
307 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()