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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  541     if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
  555     return atomFromAddress(reloc.symbol, targetAddress, target, addend);
  564     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  577     if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
  592     return atomFromAddress(reloc.symbol, targetAddress, target, addend);
  602     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  611     if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
  618     if (auto ec = atomFromAddress(reloc.symbol, instruction, target, addend))
  620     *addend = clearThumbBit((uint32_t) * addend, *target);
  625     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  627     *addend += (clearThumbBit(instruction, *target) - reloc.value);