Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h699 PatchValueVariable, enumerator
774 : Patch(O, DebugPatchKind::PatchValueVariable) { in DebugPatchVariableSize()
780 return Writer->getKind() == DebugPatchKind::PatchValueVariable; in classof()
923 case DebugPatchKind::PatchValueVariable: in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp876 case DebugPatchKind::PatchValueVariable: { in computeNewOffsets()
997 case DebugPatchKind::PatchValueVariable: { in patchBinary()