Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h695 PatchValue32, enumerator
733 : Patch(O, DebugPatchKind::PatchValue32) { in DebugPatch32()
739 return Writer->getKind() == DebugPatchKind::PatchValue32; in classof()
911 case DebugPatchKind::PatchValue32: in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp975 case DebugPatchKind::PatchValue32: { in patchBinary()