Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp45 void SubtargetFeatures::addFeaturesVector( in addFeaturesVector() function in SubtargetFeatures
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h186 void addFeaturesVector(const ArrayRef<std::string> OtherFeatures);
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp394 Features.addFeaturesVector(ISAInfo->toFeatures()); in getAMDGPUCPUName()