LLVM API Documentation


Go to the source code of this file.
Namespaces | |
| llvm | |
| List of target independent CodeGen pass IDs. | |
| llvm::sys | |
Functions | |
| std::string | llvm::sys::getDefaultTargetTriple () |
| std::string | llvm::sys::getProcessTriple () |
| std::string | llvm::sys::getHostCPUName () |
| bool | llvm::sys::getHostCPUFeatures (StringMap< bool > &Features) |
Variables | |
| static const bool | llvm::sys::IsBigEndianHost = false |
| static const bool | llvm::sys::IsLittleEndianHost = !IsBigEndianHost |