Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h760 struct DebugPatch64 : public Patch { struct
761 DebugPatch64(uint32_t O, uint64_t V) in DebugPatch64() argument
921 delete reinterpret_cast<DebugPatch64 *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp768 DebugPatches.emplace_back(new DebugPatch64(Offset, NewValue)); in addLE64Patch()
1008 DebugPatch64 *P64 = reinterpret_cast<DebugPatch64 *>(P); in patchBinary()