Home
last modified time | relevance | path

Searched defs:setFeatureEnabled (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h54 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
H A DWebAssembly.cpp139 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
H A DPPC.cpp750 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
H A DX86.cpp236 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
H A DAArch64.cpp782 void AArch64TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1386 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function