Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h766 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp803 bool handleTargetFeatures(std::vector<std::string> &Features,
947 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49780311::PPCTargetInfo
2029 bool handleTargetFeatures(std::vector<std::string> &Features,
2569 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49780a11::X86TargetInfo
4040 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49781c11::ARMTargetInfo
4768 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49782111::AArch64TargetInfo
5173 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49782411::SparcTargetInfo
5858 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon2c8a49782911::MipsTargetInfoBase
6901 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()