Searched defs:isRISCV (Results 1 – 3 of 3) sorted by relevance
802 bool isRISCV() const { return TheTriple->getArch() == llvm::Triple::riscv64; } scopeLock() function
992 bool isRISCV() const { return isRISCV32() || isRISCV64(); } isRISCV() function
1319 bool isRISCV = config->emachine == EM_RISCV; handleTlsRelocation() local