Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h693 enum class DebugPatchKind { enum
708 DebugPatchKind getKind() const { return Kind; } in getKind()
715 DebugPatchKind Kind;
733 : Patch(O, DebugPatchKind::PatchValue32) { in DebugPatch32()
762 : Patch(O, DebugPatchKind::PatchValue64) { in DebugPatch64()
911 case DebugPatchKind::PatchValue32: in operator()
914 case DebugPatchKind::PatchValue64to32: in operator()
920 case DebugPatchKind::PatchValue64: in operator()
923 case DebugPatchKind::PatchValueVariable: in operator()
926 case DebugPatchKind::ReferencePatchValue: in operator()
[all …]
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp866 case DebugPatchKind::PatchValue64to32: { in computeNewOffsets()
870 case DebugPatchKind::PatchValue32GenericSize: { in computeNewOffsets()
876 case DebugPatchKind::PatchValueVariable: { in computeNewOffsets()
892 case DebugPatchKind::ReferencePatchValue: { in computeNewOffsets()
915 case DebugPatchKind::NewDebugEntry: { in computeNewOffsets()
946 case DebugPatchKind::ReferencePatchValue: { in patchBinary()
975 case DebugPatchKind::PatchValue32: { in patchBinary()
982 case DebugPatchKind::PatchValue64to32: { in patchBinary()
997 case DebugPatchKind::PatchValueVariable: { in patchBinary()
1007 case DebugPatchKind::PatchValue64: { in patchBinary()
[all …]