Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h802 bool isRISCV() const { return TheTriple->getArch() == llvm::Triple::riscv64; } scopeLock() function
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h992 bool isRISCV() const { return isRISCV32() || isRISCV64(); } isRISCV() function
/llvm-project/lld/ELF/
H A DRelocations.cpp1319 bool isRISCV = config->emachine == EM_RISCV; handleTlsRelocation() local