Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp782 const bool IsMIPS = getTriple().isMIPS32(); getSupportedSanitizers() local
/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp559 bool ArchSpec::IsMIPS() const { return GetTriple().isMIPS(); } IsMIPS() function in ArchSpec