Searched refs:setInstance (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreadLocal.cpp28 void ThreadLocalImpl::setInstance(const void* d) { function in class:llvm::ThreadLocalImpl
38 setInstance(nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadLocal.h37 void setInstance(const void* d);
54 void set(T* d) { setInstance(d); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreadLocal.inc40 void sys::ThreadLocalImpl::setInstance(const void* d){
48 setInstance(0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreadLocal.inc44 void ThreadLocalImpl::setInstance(const void* d) {
57 setInstance(nullptr);
66 void ThreadLocalImpl::setInstance(const void* d) { data = const_cast<void*>(d);}
68 void ThreadLocalImpl::removeInstance() { setInstance(0); }

Completed in 112 milliseconds