Searched defs:IsMIPS (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | Linux.cpp | 782 const bool IsMIPS = getTriple().isMIPS32(); getSupportedSanitizers() local |
/llvm-project/lldb/source/Utility/ | ||
H A D | ArchSpec.cpp | 559 bool ArchSpec::IsMIPS() const { return GetTriple().isMIPS(); } IsMIPS() function in ArchSpec |