LLVM API Documentation
Go to the source code of this file.
Classes | |
class | llvm::sys::RWMutexImpl |
Platform agnostic RWMutex class. More... | |
class | llvm::sys::SmartRWMutex< mt_only > |
struct | llvm::sys::SmartScopedReader< mt_only > |
ScopedReader - RAII acquisition of a reader lock. More... | |
struct | llvm::sys::SmartScopedWriter< mt_only > |
ScopedWriter - RAII acquisition of a writer lock. More... | |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::sys |
Typedefs | |
typedef SmartRWMutex< false > | llvm::sys::RWMutex |
typedef SmartScopedReader< false > | llvm::sys::ScopedReader |
typedef SmartScopedWriter< false > | llvm::sys::ScopedWriter |