/external/llvm-project/clang/lib/Basic/Targets/ |
D | BPF.h | 54 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
|
D | WebAssembly.h | 81 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
D | WebAssembly.cpp | 125 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
|
D | X86.cpp | 111 setFeatureEnabled(Features, "sse2", true); in initFeatureMap() 118 setFeatureEnabled(Features, F, true); in initFeatureMap() 148 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
|
D | PPC.h | 189 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
D | PPC.cpp | 401 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
|
D | X86.h | 278 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 331 setFeatureEnabled(Features, Name.substr(1), Enabled); in initFeatureMap()
|
D | Targets.cpp | 980 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, 1454 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in __anond4862fe70111::PPCTargetInfo 2672 void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in __anond4862fe70111::X86TargetInfo
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 840 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 434 setFeatureEnabled(Features, Name.substr(1), Enabled); in initFeatureMap()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 1197 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | MediaCodecVideoRenderer.java | 1171 mediaFormat.setFeatureEnabled(CodecCapabilities.FEATURE_TunneledPlayback, true); in configureTunnelingV21()
|