Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DBPF.h54 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
H A DWebAssembly.cpp133 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
H A DPPC.cpp686 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
H A DX86.cpp168 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
H A DAArch64.cpp679 void AArch64TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in AArch64TargetInfo
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1329 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function