Searched refs:handleTargetFeatures (Results 1 – 2 of 2) sorted by relevance
/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 __anond4862fe70111::PPCTargetInfo 2685 bool handleTargetFeatures(std::vector<std::string> &Features, 3269 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anond4862fe70111::X86TargetInfo 4101 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anond4862fe70111::DarwinI386TargetInfo 4103 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 4523 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anond4862fe70111::DarwinX86_64TargetInfo 4525 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures() 4959 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anond4862fe70111::ARMTargetInfo 5811 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anond4862fe70111::AArch64TargetInfo [all …]
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 857 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|