| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | X86.h | 308 bool handleTargetFeatures(std::vector<std::string> &Features, 527 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 529 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 903 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 905 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| H A D | BPF.cpp | 50 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 | 59 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Hexagon.h | 103 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.h | 95 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | SystemZ.h | 158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | CSKY.cpp | 113 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
|
| H A D | WebAssembly.h | 85 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 | Hexagon.cpp | 115 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 155 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | AArch64.h | 116 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | ARM.h | 146 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Mips.h | 307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | RISCV.cpp | 266 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
| H A D | AMDGPU.h | 434 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | PPC.h | 194 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
| H A D | AArch64.cpp | 527 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
|
| H A D | X86.cpp | 186 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| H A D | ARM.cpp | 478 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1346 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Targets.cpp | 741 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|