Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DLanai.cpp53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
DTCE.h92 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
DBPF.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
DMips.cpp212 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
DM68k.cpp123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
DNVPTX.cpp171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
DSPIR.h93 bool hasFeature(StringRef Feature) const override { in hasFeature() function
DSystemZ.cpp115 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
DSparc.cpp54 bool SparcTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SparcTargetInfo
DHexagon.cpp192 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
DRISCV.cpp256 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
DWebAssembly.cpp46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
DPPC.cpp588 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
DAArch64.cpp429 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
DX86.cpp935 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
DARM.cpp554 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSubtargetInfo.h118 bool hasFeature(unsigned Feature) const { in hasFeature() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DModule.cpp101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1285 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function