|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Object/ELFObjectFile.h 1079 case ELF::EM_RISCV:
1099 case ELF::EM_RISCV:
1153 case ELF::EM_RISCV:
lib/Object/ELF.cpp 104 case ELF::EM_RISCV:
182 case ELF::EM_RISCV:
lib/Object/ELFObjectFile.cpp 295 case ELF::EM_RISCV:
lib/ObjectYAML/ELFYAML.cpp 220 ECase(EM_RISCV);
377 case ELF::EM_RISCV:
642 case ELF::EM_RISCV:
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp 42 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV,
tools/lld/ELF/Driver.cpp 137 .Case("elf32lriscv", {ELF32LEKind, EM_RISCV})
141 .Case("elf64lriscv", {ELF64LEKind, EM_RISCV})
1120 m == EM_PPC || m == EM_PPC64 || m == EM_RISCV ||
tools/lld/ELF/InputFiles.cpp 1347 return EM_RISCV;
tools/lld/ELF/InputSection.cpp 635 case EM_RISCV:
tools/lld/ELF/Relocations.cpp 179 bool canRelax = config->emachine != EM_ARM && config->emachine != EM_RISCV;
1399 if (config->emachine == EM_RISCV ||
tools/lld/ELF/ScriptParser.cpp 401 .Case("elf32-littleriscv", {ELF32LEKind, EM_RISCV})
402 .Case("elf64-littleriscv", {ELF64LEKind, EM_RISCV})
tools/lld/ELF/Target.cpp 83 case EM_RISCV:
tools/lld/ELF/Writer.cpp 1703 if (config->emachine == EM_RISCV && !config->shared) {
tools/llvm-objcopy/CopyConfig.cpp 219 {"elf32-littleriscv", {ELF::EM_RISCV, false, true}},
220 {"elf64-littleriscv", {ELF::EM_RISCV, true, true}},
tools/llvm-readobj/ELFDumper.cpp 1103 ENUM_ENT(EM_RISCV, "RISC-V"),
2794 else if (e->e_machine == EM_RISCV)
5190 else if (E->e_machine == EM_RISCV)