Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:relocation

49       report_fatal_error("Relocation emission for MachO/PPC64 unimplemented.");
57 /// computes the log2 of the size of the relocation,
82 /// Translates generic PPC fixup kind to Mach-O/PPC relocation type enum.
91 // determine the type of the relocation
188 /// \return false if falling back to using non-scattered relocation,
189 /// otherwise true for normal scattered relocation.
202 // Is this a local or SECTDIFF relocation entry?
203 // SECTDIFF relocation entries have symbol subtractions,
242 // If the offset is too large to fit in a scattered relocation,
251 "relocation entry.");
278 llvm_unreachable("Invalid PPC scattered relocation type.");
288 // relocation offset field, so we fall back to using a non-scattered
289 // relocation. This is a bit risky, as if the offset reaches out of
314 // scattered relocation entry. Differences always require scattered
356 // Check whether we need an external or internal relocation.