| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | BPF.cpp | 50 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
|
| H A D | X86.h | 322 bool handleTargetFeatures(std::vector<std::string> &Features, 545 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 547 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 924 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 926 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| 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 | 102 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.h | 74 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.h | 98 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | LoongArch.cpp | 205 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
|
| 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 | 84 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 | 129 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 163 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | ARM.h | 144 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 | AArch64.h | 153 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.cpp | 299 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
| H A D | AMDGPU.h | 438 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 | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
| H A D | X86.cpp | 187 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| H A D | ARM.cpp | 496 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1381 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Targets.cpp | 757 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|