Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h696 PatchValue64to32, enumerator
720 : Patch(O, DebugPatchKind::PatchValue64to32) { in DebugPatch64to32()
726 return Writer->getKind() == DebugPatchKind::PatchValue64to32; in classof()
914 case DebugPatchKind::PatchValue64to32: in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp866 case DebugPatchKind::PatchValue64to32: { in computeNewOffsets()
982 case DebugPatchKind::PatchValue64to32: { in patchBinary()