Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DBPF.cpp50 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
H A DCSKY.cpp113 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
H A DSystemZ.h158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DHexagon.cpp115 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
H A DWebAssembly.cpp155 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
H A DPPC.cpp31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
H A DMips.h307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DAMDGPU.h434 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DSparc.h39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DRISCV.cpp266 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
H A DX86.h527 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
903 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DAArch64.cpp527 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
H A DX86.cpp186 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
H A DARM.cpp478 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1346 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function