Home
last modified time | relevance | path

Searched refs:addFeaturesVector (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp44 void SubtargetFeatures::addFeaturesVector( in addFeaturesVector() function in SubtargetFeatures
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h187 LLVM_ABI void addFeaturesVector(const ArrayRef<std::string> OtherFeatures);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp395 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()