HomeSort by relevance Sort by last modified time
    Searched refs:SmartScopedWriter (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
RWMutex.h 160 struct SmartScopedWriter {
163 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
167 ~SmartScopedWriter() {
171 typedef SmartScopedWriter<false> ScopedWriter;
  /external/llvm/lib/IR/
PassRegistry.cpp 58 sys::SmartScopedWriter<true> Guard(Lock);
98 sys::SmartScopedWriter<true> Guard(Lock);
121 sys::SmartScopedWriter<true> Guard(Lock);
126 sys::SmartScopedWriter<true> Guard(Lock);
Function.cpp 377 sys::SmartScopedWriter<true> Writer(*GCLock);
386 sys::SmartScopedWriter<true> Writer(*GCLock);
    [all...]

Completed in 66 milliseconds