Home
last modified time | relevance | path

Searched refs:setInstance (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadLocal.cpp28 void ThreadLocalImpl::setInstance(const void* d) { in setInstance() function in llvm::ThreadLocalImpl
38 setInstance(nullptr); in removeInstance()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadLocal.h37 void setInstance(const void* d);
54 void set(T* d) { setInstance(d); } in set()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp35 fa.setInstance(nullptr); in beginSourceFileCleanUp()
69 setInstance(&ci); in beginSourceFile()
120 setInstance(nullptr); in endSourceFile()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreadLocal.inc40 void sys::ThreadLocalImpl::setInstance(const void* d){
48 setInstance(0);
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreadLocal.inc42 void ThreadLocalImpl::setInstance(const void* d) {
55 setInstance(nullptr);
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendAction.h66 void setInstance(CompilerInstance *value) { instance = value; } in setInstance() function