| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.h | 337 bool handleTargetFeatures(std::vector<std::string> &Features, 559 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 561 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 939 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 941 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| H A D | BPF.cpp | 81 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
|
| H A D | CSKY.h | 90 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Hexagon.h | 102 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | BPF.h | 58 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.h | 89 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | SystemZ.h | 161 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | CSKY.cpp | 114 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
|
| H A D | RISCV.h | 106 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.cpp | 275 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
|
| H A D | Sparc.h | 39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | WebAssembly.h | 109 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Hexagon.cpp | 127 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 168 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | ARM.h | 157 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Mips.h | 309 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | AArch64.h | 163 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | AMDGPU.h | 431 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | PPC.h | 193 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.cpp | 333 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
| H A D | PPC.cpp | 33 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
| H A D | ARM.cpp | 503 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| H A D | X86.cpp | 238 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1405 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 827 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|