Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 DLoongArch.cpp205 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
H A DSystemZ.h158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DHexagon.cpp129 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
H A DWebAssembly.cpp163 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 DSparc.h39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DAMDGPU.h438 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DRISCV.cpp299 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
H A DX86.h545 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
924 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
H A DX86.cpp187 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
H A DARM.cpp496 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
H A DAArch64.cpp710 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1381 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function