|
LLVM
4.0.0
|
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::sys | |
Functions | |
| std::string | llvm::sys::getDefaultTargetTriple () |
| getDefaultTargetTriple() - Return the default target triple the compiler has been configured to produce code for. More... | |
| std::string | llvm::sys::getProcessTriple () |
| getProcessTriple() - Return an appropriate target triple for generating code to be loaded into the current process, e.g. More... | |
| StringRef | llvm::sys::getHostCPUName () |
| getHostCPUName - Get the LLVM name for the host CPU. More... | |
| bool | llvm::sys::getHostCPUFeatures (StringMap< bool > &Features) |
| getHostCPUFeatures - Get the LLVM names for the host CPU features. More... | |
| int | llvm::sys::getHostNumPhysicalCores () |
| Get the number of physical cores (as opposed to logical cores returned from thread::hardware_concurrency(), which includes hyperthreads). More... | |
Variables | |
| static const bool | llvm::sys::IsBigEndianHost = false |
| static const bool | llvm::sys::IsLittleEndianHost = !IsBigEndianHost |
1.8.6