/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.h | 290 bool handleTargetFeatures(std::vector<std::string> &Features, 500 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 502 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 871 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 873 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
|
D | Hexagon.h | 103 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | SystemZ.h | 114 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
D | RISCV.h | 86 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | WebAssembly.h | 84 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | RISCV.cpp | 165 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
D | Sparc.h | 39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
D | Hexagon.cpp | 109 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
D | AArch64.h | 90 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | WebAssembly.cpp | 152 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
D | ARM.h | 135 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | Mips.h | 307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
D | PPC.h | 184 bool handleTargetFeatures(std::vector<std::string> &Features,
|
D | AMDGPU.h | 404 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
D | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
D | AArch64.cpp | 403 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
|
D | X86.cpp | 167 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
D | ARM.cpp | 421 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 977 bool handleTargetFeatures(std::vector<std::string> &Features, 1128 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::PPCTargetInfo 2685 bool handleTargetFeatures(std::vector<std::string> &Features, 3269 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::X86TargetInfo 4101 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::DarwinI386TargetInfo 4103 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 4523 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::DarwinX86_64TargetInfo 4525 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 4959 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::ARMTargetInfo 5811 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::AArch64TargetInfo [all …]
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 857 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 1236 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
/external/llvm-project/clang/lib/Basic/ |
D | Targets.cpp | 694 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
|