Searched refs:setFeatureEnabled (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | BPF.h | 54 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
|
| H A D | WebAssembly.h | 81 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | WebAssembly.cpp | 133 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
|
| H A D | AArch64.h | 151 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | X86.cpp | 112 setFeatureEnabled(Features, "sse2", true); in initFeatureMap() 119 setFeatureEnabled(Features, F, true); in initFeatureMap() 168 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
|
| H A D | PPC.h | 198 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | PPC.cpp | 686 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
|
| H A D | X86.h | 310 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | AArch64.cpp | 679 void AArch64TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in AArch64TargetInfo
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1329 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function 1624 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 530 setFeatureEnabled(Features, Name.substr(1), Name[0] == '+'); in initFeatureMap()
|