Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DLanai.cpp53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
H A DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DTCE.h92 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
H A DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DM68k.cpp123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
H A DBPF.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DMips.cpp212 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
H A DNVPTX.cpp171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
H A DSPIR.h93 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DSystemZ.cpp114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
H A DSparc.cpp54 bool SparcTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SparcTargetInfo
H A DHexagon.cpp169 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
H A DPPC.cpp409 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
H A DRISCV.cpp253 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
H A DWebAssembly.cpp46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
H A DAArch64.cpp427 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
H A DX86.cpp920 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
H A DARM.cpp554 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h118 bool hasFeature(unsigned Feature) const { in hasFeature() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1279 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function