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

References

tools/lld/COFF/Chunks.cpp
  154   uint16_t immW = readMOV(off, false);    // read MOVW operand
  155   uint16_t immT = readMOV(off + 4, true); // read MOVT operand
  158   applyMOV(off, v);           // set MOVW operand
  159   applyMOV(off + 4, v >> 16); // set MOVT operand