Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Log2Size

32                                  unsigned Log2Size, uint64_t &FixedValue);
61 report_fatal_error("log2size(FixupKind): Unhandled fixup kind!");
148 const unsigned IsPCRel, const unsigned Log2Size,
158 (Log2Size << 5) | // was << 25
166 const unsigned Log2Size, const unsigned IsPCRel,
170 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) |
194 unsigned Log2Size, uint64_t &FixedValue) {
281 Log2Size, IsPCRel, Value2);
295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value);
306 const unsigned Log2Size = getFixupKindLog2Size(FK);
318 Log2Size, FixedValue);
373 makeRelocationInfo(MRE, FixupOffset, Index, IsPCRel, Log2Size, false, Type);