Home
last modified time | relevance | path

Searched defs:checkFeatureSupport (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DTarget.h148 virtual Error checkFeatureSupport() const { return Error::success(); } in checkFeatureSupport() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp739 Error checkFeatureSupport() const override { in checkFeatureSupport() function in llvm::exegesis::__anon5530648b0611::ExegesisX86Target