Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h698 PatchValue64, enumerator
762 : Patch(O, DebugPatchKind::PatchValue64) { in DebugPatch64()
767 return Writer->getKind() == DebugPatchKind::PatchValue64; in classof()
920 case DebugPatchKind::PatchValue64: in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1007 case DebugPatchKind::PatchValue64: { in patchBinary()