Home
last modified time | relevance | path

Searched defs:handleTargetFeatures (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DTargets.cpp1128 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::PPCTargetInfo
3269 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::X86TargetInfo
4101 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::DarwinI386TargetInfo
4523 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::DarwinX86_64TargetInfo
4959 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::ARMTargetInfo
5811 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::AArch64TargetInfo
6207 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::HexagonTargetInfo
6386 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::SparcTargetInfo
6801 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::SystemZTargetInfo
7504 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonbe2a10ec0111::MipsTargetInfo
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h857 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function