Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h293 NanEncoding getSupportedNanEncoding(StringRef &CPU);
DTools.cpp1380 if (mips::getSupportedNanEncoding(CPUName) & mips::Nan2008) in getMIPSTargetFeatures()
1387 if (mips::getSupportedNanEncoding(CPUName) & mips::NanLegacy) in getMIPSTargetFeatures()
7219 mips::NanEncoding mips::getSupportedNanEncoding(StringRef &CPU) { in getSupportedNanEncoding() function in mips