/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | Lanai.cpp | 53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
|
H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | TCE.h | 92 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
|
H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | M68k.cpp | 123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
|
H A D | BPF.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | Mips.cpp | 212 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
|
H A D | NVPTX.cpp | 171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
|
H A D | SPIR.h | 93 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | SystemZ.cpp | 114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
|
H A D | Sparc.cpp | 54 bool SparcTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SparcTargetInfo
|
H A D | Hexagon.cpp | 169 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
|
H A D | PPC.cpp | 409 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
|
H A D | RISCV.cpp | 253 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
|
H A D | WebAssembly.cpp | 46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
|
H A D | AArch64.cpp | 427 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
|
H A D | X86.cpp | 920 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
|
H A D | ARM.cpp | 554 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 118 bool hasFeature(unsigned Feature) const { in hasFeature() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Module.cpp | 101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1279 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
|