Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DSubtargetFeature.cpp45 void SubtargetFeatures::addFeaturesVector( in addFeaturesVector() function in SubtargetFeatures
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DSubtargetFeature.h193 void addFeaturesVector(const ArrayRef<std::string> OtherFeatures);
/openbsd/src/gnu/llvm/llvm/lib/Object/
DELFObjectFile.cpp318 Features.addFeaturesVector(ISAInfo->toFeatureVector()); in getRISCVFeatures()