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

References

tools/lld/ELF/Arch/AArch64.cpp
   61   noneRel = R_AARCH64_NONE;
tools/lld/ELF/Arch/AMDGPU.cpp
   39   noneRel = R_AMDGPU_NONE;
tools/lld/ELF/Arch/ARM.cpp
   54   noneRel = R_ARM_NONE;
tools/lld/ELF/Arch/AVR.cpp
   53 AVR::AVR() { noneRel = R_AVR_NONE; }
tools/lld/ELF/Arch/Hexagon.cpp
   56   noneRel = R_HEX_NONE;
tools/lld/ELF/Arch/Mips.cpp
   51   noneRel = R_MIPS_NONE;
tools/lld/ELF/Arch/PPC.cpp
  136   noneRel = R_PPC_NONE;
tools/lld/ELF/Arch/PPC64.cpp
  293   noneRel = R_PPC64_NONE;
tools/lld/ELF/Arch/RISCV.cpp
   75   noneRel = R_RISCV_NONE;
tools/lld/ELF/Arch/SPARCV9.cpp
   38   noneRel = R_SPARC_NONE;
tools/lld/ELF/Arch/X86.cpp
   52   noneRel = R_386_NONE;
tools/lld/ELF/Arch/X86_64.cpp
   55   noneRel = R_X86_64_NONE;
tools/lld/ELF/InputSection.cpp
  486       else if (config->relocatable && type != target->noneRel)