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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  811     value = clearThumbBit(instruction, *target);
  826         if (!isThumbMovt(instruction))
  830         if (!isThumbMovw(instruction))
  833       instruction16 = getWordFromThumbMov(instruction);
  837         if (!isArmMovt(instruction))
  841         if (!isArmMovw(instruction))
  844       instruction16 = getWordFromArmMov(instruction);
  858         if (!isThumbMovt(instruction))
  862         if (!isThumbMovw(instruction))
  865       instruction16 = getWordFromThumbMov(instruction);
  869         if (!isArmMovt(instruction))
  873         if (!isArmMovw(instruction))
  876       instruction16 = getWordFromArmMov(instruction);