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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  833       instruction16 = getWordFromThumbMov(instruction);
  844       instruction16 = getWordFromArmMov(instruction);
  847       value = (instruction16 << 16) | other16;
  849       value = (other16 << 16) | instruction16;
  865       instruction16 = getWordFromThumbMov(instruction);
  876       instruction16 = getWordFromArmMov(instruction);
  880       value = (instruction16 << 16) | other16;
  882       value = (other16 << 16) | instruction16;