Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp85 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
H A DCSKY.cpp114 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
H A DSystemZ.h166 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DLoongArch.cpp298 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
H A DHexagon.cpp127 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
H A DWebAssembly.cpp180 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
H A DMips.h314 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 DAMDGPU.h429 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DPPC.cpp33 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
H A DRISCV.cpp334 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
H A DX86.h550 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
933 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DX86.cpp255 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
H A DARM.cpp504 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
H A DAArch64.cpp811 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1481 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function