Home
last modified time | relevance | path

Searched defs:setInstance (Results 1 – 2 of 2) 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
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendAction.h66 void setInstance(CompilerInstance *value) { instance = value; } in setInstance() function