LLVM
15.0.0git
|
Namespaces | |
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. More... | |
StringRef | getHostCPUNameForARM (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForS390x (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForRISCV (StringRef ProcCpuinfoContent) |
StringRef | getHostCPUNameForBPF () |
Definition at line 156 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), E, llvm::StringRef::endswith(), I, LLVM_FALLTHROUGH, llvm::StringRef::split(), and startswith().
StringRef llvm::sys::detail::getHostCPUNameForBPF | ( | ) |
Definition at line 409 of file Host.cpp.
References llvm::support::aligned.
Helper functions to extract HostCPUName from /proc/cpuinfo on linux.
Definition at line 73 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 389 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 344 of file Host.cpp.
References E, I, llvm::StringRef::npos, llvm::StringRef::split(), and startswith().