Home
last modified time | relevance | path

Searched refs:DebugPatchVariableSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h772 struct DebugPatchVariableSize : public Patch { struct
773 DebugPatchVariableSize(uint32_t O, uint32_t OVS, uint32_t V) in DebugPatchVariableSize() function
924 delete reinterpret_cast<DebugPatchVariableSize *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp762 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()