Searched refs:SmartScopedWriter (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DRWMutex.h160 struct SmartScopedWriter { struct in namespace:llvm::sys
163 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { function in struct:llvm::sys::SmartScopedWriter
167 ~SmartScopedWriter() {
171 typedef SmartScopedWriter<false> ScopedWriter;
/external/llvm/lib/IR/
H A DPassRegistry.cpp58 sys::SmartScopedWriter<true> Guard(Lock);
98 sys::SmartScopedWriter<true> Guard(Lock);
121 sys::SmartScopedWriter<true> Guard(Lock);
126 sys::SmartScopedWriter<true> Guard(Lock);
H A DFunction.cpp377 sys::SmartScopedWriter<true> Writer(*GCLock);
386 sys::SmartScopedWriter<true> Writer(*GCLock);

Completed in 211 milliseconds