LLVM 17.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 159 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), E, llvm::StringRef::endswith(), I, llvm::StringRef::split(), and startswith().
Helper functions to extract HostCPUName from /proc/cpuinfo on linux.
Definition at line 76 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 400 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), E, I, llvm::StringRef::split(), and startswith().
Definition at line 355 of file Host.cpp.
References E, I, llvm::StringRef::npos, llvm::StringRef::split(), and startswith().