Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h731 struct DebugPatch32 : public Patch { struct
732 DebugPatch32(uint32_t O, uint32_t V) in DebugPatch32() function
912 delete reinterpret_cast<DebugPatch32 *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp776 DebugPatches.emplace_back(new DebugPatch32(Offset, NewValue)); in addLE32Patch()
976 DebugPatch32 *P32 = reinterpret_cast<DebugPatch32 *>(P); in patchBinary()