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.cpp97 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 DHexagon.cpp132 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
H A DSystemZ.h213 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DWebAssembly.cpp210 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
H A DLoongArch.cpp372 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
H A DMips.h315 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 DPPC.cpp42 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
H A DAMDGPU.h441 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DRISCV.cpp410 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
H A DX86.cpp284 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
H A DX86.h578 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
1025 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DARM.cpp506 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
H A DAArch64.cpp906 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1511 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function