LLVM API Documentation
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::sys |
Functions | |
std::string | llvm::sys::getDefaultTargetTriple () |
std::string | llvm::sys::getProcessTriple () |
StringRef | 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 |