Searched refs:DebugPatchVariableSize (Results 1 – 2 of 2) sorted by relevance
772 struct DebugPatchVariableSize : public Patch { struct773 DebugPatchVariableSize(uint32_t O, uint32_t OVS, uint32_t V) in DebugPatchVariableSize() function924 delete reinterpret_cast<DebugPatchVariableSize *>(P); in operator()
762 new DebugPatchVariableSize(Offset, OldValueSize, NewValue)); in addUDataPatch()877 DebugPatchVariableSize *DPV = in computeNewOffsets()878 reinterpret_cast<DebugPatchVariableSize *>(P); in computeNewOffsets()998 DebugPatchVariableSize *PV = in patchBinary()999 reinterpret_cast<DebugPatchVariableSize *>(P); in patchBinary()