Home
last modified time | relevance | path

Searched refs:removeInstance (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DThreadLocal.h40 void removeInstance();
58 void erase() { removeInstance(); } in erase()
/external/llvm/lib/Support/Unix/
DThreadLocal.inc55 void ThreadLocalImpl::removeInstance() {
67 void ThreadLocalImpl::removeInstance() { setInstance(0); }
/external/llvm/lib/Support/
DThreadLocal.cpp38 void ThreadLocalImpl::removeInstance() { in removeInstance() function in llvm::ThreadLocalImpl
/external/llvm/lib/Support/Windows/
DThreadLocal.inc49 void ThreadLocalImpl::removeInstance() {