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

Declarations

tools/lld/ELF/Target.h
  170 unsigned getPPCDFormOp(unsigned secondaryOp);

References

tools/lld/ELF/Arch/PPC.cpp
  428     uint32_t dFormOp = getPPCDFormOp((read32(loc) & 0x000007fe) >> 1);
tools/lld/ELF/Arch/PPC64.cpp
  524     uint32_t dFormOp = getPPCDFormOp(secondaryOp);