Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h702 DestinationReferenceLabel, enumerator
820 struct DestinationReferenceLabel : public Patch { struct
821 DestinationReferenceLabel() = delete;
822 DestinationReferenceLabel(uint32_t O) in DestinationReferenceLabel() argument
823 : Patch(O, DebugPatchKind::DestinationReferenceLabel) {} in DestinationReferenceLabel()
826 return Writer->getKind() == DebugPatchKind::DestinationReferenceLabel; in classof() argument
932 case DebugPatchKind::DestinationReferenceLabel: in operator()
933 delete reinterpret_cast<DestinationReferenceLabel *>(P); in operator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp709 DebugPatches.emplace_back(new DestinationReferenceLabel(Offset)); in addDestinationReferenceLabel()
885 case DebugPatchKind::DestinationReferenceLabel: { in computeNewOffsets()
886 DestinationReferenceLabel *DRL = in computeNewOffsets()
887 reinterpret_cast<DestinationReferenceLabel *>(P); in computeNewOffsets()