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

References

lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  173   FixedValue += SecAddr;
  188     FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
  215       FixedValue &= 0xfffffffe;
  219       FixedValue &= 0xfffffffe;
  229       ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);
  229       ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);