Home
last modified time | relevance | path

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

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