Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h786 struct DebugPatchReference : public Patch { struct
793 DebugPatchReference(uint32_t O, uint32_t OVS, uint32_t DO, dwarf::Form F) in DebugPatchReference() argument
927 delete reinterpret_cast<DebugPatchReference *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp754 new DebugPatchReference(Offset, OldValueSize, DestinationOffset, Form)); in addReferenceToPatch()
895 DebugPatchReference *RDP = reinterpret_cast<DebugPatchReference *>(P); in computeNewOffsets()
947 DebugPatchReference *RDP = reinterpret_cast<DebugPatchReference *>(P); in patchBinary()