Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h967 bool isRISCV() const { return isRISCV32() || isRISCV64(); } isRISCV() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1282 bool isRISCV = config->emachine == EM_RISCV; handleTlsRelocation() local