| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.h | 350 bool handleTargetFeatures(std::vector<std::string> &Features, 578 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 580 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 1025 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 1027 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| H A D | BPF.cpp | 97 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
|
| H A D | CSKY.h | 92 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 | 110 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 | SystemZ.h | 213 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | Sparc.h | 39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | WebAssembly.h | 119 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Hexagon.cpp | 132 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | RISCV.h | 107 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | WebAssembly.cpp | 210 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | ARM.h | 173 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.cpp | 372 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
|
| H A D | Mips.h | 315 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | AArch64.h | 206 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | AMDGPU.h | 441 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 | 410 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
| H A D | PPC.cpp | 42 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
| H A D | X86.cpp | 284 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| H A D | ARM.cpp | 506 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1511 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 857 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|