Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { AddFeature() function in SubtargetFeatures
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() function
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py405 class AddFeature(ConfigAction): class