Searched refs:BinaryPatch (Results 1 – 2 of 2) sorted by relevance
69 struct BinaryPatch { struct73 BinaryPatch(uint64_t Offset, const SmallVectorImpl<char> &Bytes) in BinaryPatch() argument76 std::vector<BinaryPatch> Patches;354 Patches.emplace_back(BinaryPatch(Offset, Bytes)); in addPatch()
135 for (BinaryPatch &Patch : Patches) in flushPendingRelocations()