Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h718 struct DebugPatch64to32 : public Patch { struct
719 DebugPatch64to32(uint32_t O, uint32_t V) in DebugPatch64to32() argument
915 delete reinterpret_cast<DebugPatch64to32 *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp778 DebugPatches.emplace_back(new DebugPatch64to32(Offset, NewValue)); in addLE32Patch()
983 DebugPatch64to32 *P64to32 = reinterpret_cast<DebugPatch64to32 *>(P); in patchBinary()