Home
last modified time | relevance | path

Searched refs:checkFeatures (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h110 bool checkFeatures(StringRef FS) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp74 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo