reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
383 BCase(EF_RISCV_RVE);
lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp 50 EFlags |= ELF::EF_RISCV_RVE;
tools/lld/ELF/Arch/RISCV.cpp122 if ((eflags & EF_RISCV_RVE) != (target & EF_RISCV_RVE)) 122 if ((eflags & EF_RISCV_RVE) != (target & EF_RISCV_RVE))tools/llvm-readobj/ELFDumper.cpp
1388 ENUM_ENT(EF_RISCV_RVE, "RVE")