| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | X86.h | 270 bool handleTargetFeatures(std::vector<std::string> &Features, 438 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 440 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 803 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 805 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
| H A D | RISCV.cpp | 88 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
| H A D | Hexagon.h | 96 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | RISCV.h | 71 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | SystemZ.h | 107 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | WebAssembly.h | 71 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | WebAssembly.cpp | 101 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
| H A D | Hexagon.cpp | 79 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
| H A D | Sparc.h | 40 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | AArch64.h | 68 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | ARM.h | 120 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | Mips.h | 306 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| H A D | PPC.h | 167 bool handleTargetFeatures(std::vector<std::string> &Features,
|
| H A D | PPC.cpp | 32 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
| H A D | AArch64.cpp | 230 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
|
| H A D | ARM.cpp | 390 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
| H A D | X86.cpp | 696 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1081 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Targets.cpp | 657 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|