Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp45 bool isRV64() const { return G.getPointerSize() == 8; } in isRV64() function in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp85 bool isRV64() const { return getSTI().hasFeature(RISCV::Feature64Bit); } in isRV64() function in __anon2f54132e0111::RISCVAsmParser