Home
last modified time | relevance | path

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

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