Searched refs:DebugPatch64to32 (Results 1 – 2 of 2) sorted by relevance
718 struct DebugPatch64to32 : public Patch { struct719 DebugPatch64to32(uint32_t O, uint32_t V) in DebugPatch64to32() argument915 delete reinterpret_cast<DebugPatch64to32 *>(P); in operator()
778 DebugPatches.emplace_back(new DebugPatch64to32(Offset, NewValue)); in addLE32Patch()983 DebugPatch64to32 *P64to32 = reinterpret_cast<DebugPatch64to32 *>(P); in patchBinary()