Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp927 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab0311::PPCTargetInfo
2418 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab0a11::X86TargetInfo
3746 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab1c11::ARMTargetInfo
4459 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab2011::AArch64TargetInfo
4832 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab2311::SparcTargetInfo
5482 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anonc66ab3ab2811::MipsTargetInfoBase
/external/clang/include/clang/Basic/
DTargetInfo.h700 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function