Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp295 StringRef StdExts = "mafdqlcbjtpvn"; in getArchFeatures() local
320 StdExts = StdExts.drop_front(4); in getArchFeatures()
358 auto StdExtsItr = StdExts.begin(); in getArchFeatures()
359 auto StdExtsEnd = StdExts.end(); in getArchFeatures()
372 if (StdExts.contains(c)) in getArchFeatures()