Home
last modified time | relevance | path

Searched defs:AddFeature (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DSubtargetFeature.cpp39 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature() function in SubtargetFeatures
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DSubtargetFeature.cpp37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature() function in SubtargetFeatures
/aosp_15_r20/external/llvm/lib/MC/
H A DSubtargetFeature.cpp65 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature() function in SubtargetFeatures
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerCorpus.h415 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/test/
H A Ddsl.py405 class AddFeature(ConfigAction): class
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1088 void AddFeature(const std::string& name, bool required = true, int32_t version = -1) { in AddFeature() function in aapt::FeatureGroup