Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp865 bool handleTargetFeatures(std::vector<std::string> &Features,
1017 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0211::PPCTargetInfo
2300 bool handleTargetFeatures(std::vector<std::string> &Features,
2850 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0211::X86TargetInfo
4343 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0411::ARMTargetInfo
5104 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0411::AArch64TargetInfo
5502 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0411::SparcTargetInfo
5780 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0411::SystemZTargetInfo
6324 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon571d397e0411::MipsTargetInfoBase
7445 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h792 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function