Searched refs:getHostCPUName (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DHost.h38 /// getHostCPUName - Get the LLVM name for the host CPU. The particular format
43 StringRef getHostCPUName();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp42 std::string CPU = std::string(llvm::sys::getHostCPUName());
H A DPPC.cpp29 std::string CPU = std::string(llvm::sys::getHostCPUName());
H A DAArch64.cpp42 return std::string(llvm::sys::getHostCPUName());
88 CPU = llvm::sys::getHostCPUName();
151 MtuneLowerCase = std::string(llvm::sys::getHostCPUName());
H A DX86.cpp34 std::string CPU = std::string(llvm::sys::getHostCPUName());
H A DARM.cpp621 std::string CPU = std::string(llvm::sys::getHostCPUName());
659 return std::string(llvm::sys::getHostCPUName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp37 TMBuilder.setCPU(std::string(llvm::sys::getHostCPUName()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1097 StringRef sys::getHostCPUName() { function in class:sys
1135 StringRef sys::getHostCPUName() { function in class:sys
1179 StringRef sys::getHostCPUName() { function in class:sys
1185 StringRef sys::getHostCPUName() { function in class:sys
1191 StringRef sys::getHostCPUName() { function in class:sys
1197 StringRef sys::getHostCPUName() { function in class:sys
1201 StringRef sys::getHostCPUName() { function in class:sys
1224 StringRef sys::getHostCPUName() { return "generic"; } function in class:sys
H A DCommandLine.cpp2517 std::string CPU = std::string(sys::getHostCPUName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp254 return strdup(sys::getHostCPUName().data());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp329 MCPU = std::string(llvm::sys::getHostCPUName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp495 return std::string(sys::getHostCPUName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp281 return llvm::sys::getHostCPUName();

Completed in 366 milliseconds