| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.h | 338 bool handleTargetFeatures(std::vector<std::string> &Features, 550 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 552 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 933 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 935 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| H A D | BPF.cpp | 85 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 | BPF.h | 58 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Hexagon.h | 103 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.h | 91 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | SystemZ.h | 166 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | RISCV.h | 106 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | CSKY.cpp | 114 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
|
| H A D | WebAssembly.h | 114 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Sparc.h | 39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | LoongArch.cpp | 298 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
|
| H A D | Hexagon.cpp | 127 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 180 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | ARM.h | 172 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | AArch64.h | 163 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Mips.h | 314 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | AMDGPU.h | 429 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | PPC.h | 204 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.cpp | 334 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 | 504 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| H A D | X86.cpp | 255 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1481 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 830 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|