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

References

lib/Object/ELFObjectFile.cpp
  282   if (PlatformFlags & ELF::EF_RISCV_RVC) {
lib/ObjectYAML/ELFYAML.cpp
  378     BCase(EF_RISCV_RVC);
lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
   35     EFlags |= ELF::EF_RISCV_RVC;
tools/lld/ELF/Arch/RISCV.cpp
  115     if (eflags & EF_RISCV_RVC)
  116       target |= EF_RISCV_RVC;
tools/llvm-readobj/ELFDumper.cpp
 1384   ENUM_ENT(EF_RISCV_RVC, "RVC"),