Searched refs:NewRel (Results 1 – 1 of 1) sorted by relevance
213 Relocation NewRel(Rel); in reorderRelocations() local215 NewRel.Offset = BD->getOutputOffset() + RelOffset; in reorderRelocations()216 assert(NewRel.Offset < getSize()); in reorderRelocations()217 LLVM_DEBUG(dbgs() << "BOLT-DEBUG: moving " << Rel << " -> " << NewRel in reorderRelocations()219 auto Res = NewRelocations.emplace(std::move(NewRel)); in reorderRelocations()