Home
last modified time | relevance | path

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

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