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

References

tools/lld/ELF/Thunks.cpp
  297   PPC64PILongBranchThunk(Symbol &dest) : PPC64LongBranchThunk(dest) {
  298     assert(!dest.isPreemptible);
  299     if (dest.isInPPC64Branchlt())
  302     in.ppc64LongBranchTarget->addEntry(dest);
  305          dest.getPPC64LongBranchOffset(), true, &dest,
  305          dest.getPPC64LongBranchOffset(), true, &dest,
  306          getPPC64GlobalEntryToLocalEntryOffset(dest.stOther)});