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

References

tools/lld/ELF/Arch/AArch64.cpp
  309     checkIntUInt(loc, val, 16, type);
  314     checkIntUInt(loc, val, 32, type);
tools/lld/ELF/Arch/MSP430.cpp
   66     checkIntUInt(loc, val, 8, type);
   73     checkIntUInt(loc, val, 16, type);
   77     checkIntUInt(loc, val, 32, type);
tools/lld/ELF/Arch/PPC.cpp
  273     checkIntUInt(loc, val, 16, type);
tools/lld/ELF/Arch/PPC64.cpp
  782     checkIntUInt(loc, val, 16, originalType);
  786     checkIntUInt(loc, val, 32, originalType);
tools/lld/ELF/Arch/X86.cpp
  270     checkIntUInt(loc, val, 8, type);
  278     checkIntUInt(loc, val, 16, type);
tools/lld/ELF/Arch/X86_64.cpp
  353     checkIntUInt(loc, val, 8, type);
  361     checkIntUInt(loc, val, 16, type);