reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/ELFYAML.cpp
  383     BCase(EF_RISCV_RVE);
lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
   50     EFlags |= ELF::EF_RISCV_RVE;
tools/lld/ELF/Arch/RISCV.cpp
  122     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")