LLVM 20.0.0git
|
Namespaces | |
namespace | x86 |
Helper functions to extract CPU details from CPUID on x86. | |
Functions | |
StringRef | getHostCPUNameForPowerPC (StringRef ProcCpuinfoContent) |
Helper functions to extract HostCPUName from /proc/cpuinfo on linux. | |
StringRef | getHostCPUNameForARM (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForS390x (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForRISCV (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForSPARC (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForBPF () |
Definition at line 165 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), llvm::StringRef::ends_with(), I, llvm::StringRef::split(), and starts_with().
Helper functions to extract HostCPUName from /proc/cpuinfo on linux.
Definition at line 81 of file Host.cpp.
References llvm::StringRef::begin(), llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), and llvm::StringRef::end().
Definition at line 444 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), I, llvm::StringRef::split(), and starts_with().
Definition at line 399 of file Host.cpp.
References I, llvm::StringRef::npos, llvm::SmallVectorBase< Size_T >::size(), llvm::StringRef::split(), and starts_with().