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

References

tools/lld/ELF/Arch/AArch64.cpp
  328     checkInt(loc, val, 33, type);
  334     checkInt(loc, val, 21, type);
  348     checkInt(loc, val, 28, type);
  354     checkInt(loc, val, 21, type);
  408     checkInt(loc, val, 17, type);
  417     checkInt(loc, val, 33, type);
  426     checkInt(loc, val, 49, type);
  435     checkInt(loc, val, 16, type);
tools/lld/ELF/Arch/ARM.cpp
  400     checkInt(loc, val, 31, type);
  409       checkInt(loc, val, 26, type);
  424     checkInt(loc, val, 26, type);
  428     checkInt(loc, val, 12, type);
  433     checkInt(loc, val, 21, type);
  457       checkInt(loc, val, 23, type);
  471     checkInt(loc, val, 25, type);
tools/lld/ELF/Arch/Hexagon.cpp
  245     checkInt(loc, val, 11, type);
  252     checkInt(loc, val, 15, type);
  256     checkInt(loc, val, 17, type);
  264     checkInt(loc, val, 22, type);
tools/lld/ELF/Arch/MSP430.cpp
   82     checkInt(loc, offset, 10, type);
tools/lld/ELF/Arch/Mips.cpp
  567       checkInt(loc, val, 16, type);
  575       checkInt(loc, val, 16, type);
  586     checkInt(loc, val, 16, type);
  600     checkInt(loc, val, 16, type);
  612     checkInt(loc, val, 7, type);
  656     checkInt(loc, val, 18, type);
  661     checkInt(loc, val, 21, type);
  666     checkInt(loc, val, 23, type);
  671     checkInt(loc, val, 28, type);
  679     checkInt(loc, val, 27, type);
  683     checkInt(loc, val, 8, type);
  687     checkInt(loc, val, 11, type);
  691     checkInt(loc, val, 17, type);
  695     checkInt(loc, val, 21, type);
  699     checkInt(loc, val, 21, type);
  703     checkInt(loc, val, 22, type);
  707     checkInt(loc, val, 25, type);
tools/lld/ELF/Arch/PPC.cpp
  281     checkInt(loc, val, 16, type);
  317     checkInt(loc, val, 16, type);
  326     checkInt(loc, val, 26, type);
tools/lld/ELF/Arch/PPC64.cpp
  791     checkInt(loc, val, 16, originalType);
  866     checkInt(loc, val, 16, originalType);
  870     checkInt(loc, val, 32, type);
  880     checkInt(loc, val, 16, type);
  887     checkInt(loc, val, 26, type);
tools/lld/ELF/Arch/RISCV.cpp
  252     checkInt(loc, static_cast<int64_t>(val) >> 1, 8, type);
  267     checkInt(loc, static_cast<int64_t>(val) >> 1, 11, type);
  286     checkInt(loc, imm, 6, type);
  298     checkInt(loc, static_cast<int64_t>(val) >> 1, 20, type);
  313     checkInt(loc, static_cast<int64_t>(val) >> 1, 12, type);
  331     checkInt(loc, hi, 20, type);
  346     checkInt(loc, SignExtend64(hi, bits) >> 12, 20, type);
tools/lld/ELF/Arch/SPARCV9.cpp
   88     checkInt(loc, val, 32, type);
   94     checkInt(loc, val, 32, type);
  109     checkInt(loc, val, 21, type);
tools/lld/ELF/Arch/X86.cpp
  274     checkInt(loc, val, 8, type);
  292     checkInt(loc, val, 17, type);
  314     checkInt(loc, val, 32, type);
tools/lld/ELF/Arch/X86_64.cpp
  357     checkInt(loc, val, 8, type);
  365     checkInt(loc, val, 16, type);
  387     checkInt(loc, val, 32, type);