LLVM API Documentation
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Functions | |
template<class T , class U > | |
bool | llvm::operator== (const IntrusiveRefCntPtr< T > &A, const IntrusiveRefCntPtr< U > &B) |
template<class T , class U > | |
bool | llvm::operator!= (const IntrusiveRefCntPtr< T > &A, const IntrusiveRefCntPtr< U > &B) |
template<class T , class U > | |
bool | llvm::operator== (const IntrusiveRefCntPtr< T > &A, U *B) |
template<class T , class U > | |
bool | llvm::operator!= (const IntrusiveRefCntPtr< T > &A, U *B) |
template<class T , class U > | |
bool | llvm::operator== (T *A, const IntrusiveRefCntPtr< U > &B) |
template<class T , class U > | |
bool | llvm::operator!= (T *A, const IntrusiveRefCntPtr< U > &B) |