Searched defs:isRISCV (Results 1 – 2 of 2) sorted by relevance
1001 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
1322 bool isRISCV = config->emachine == EM_RISCV; in handleTlsRelocation() local