Searched refs:DestinationReferenceLabel (Results 1 – 2 of 2) sorted by relevance
702 DestinationReferenceLabel, enumerator820 struct DestinationReferenceLabel : public Patch { struct821 DestinationReferenceLabel() = delete;822 DestinationReferenceLabel(uint32_t O) in DestinationReferenceLabel() argument823 : Patch(O, DebugPatchKind::DestinationReferenceLabel) {} in DestinationReferenceLabel()826 return Writer->getKind() == DebugPatchKind::DestinationReferenceLabel; in classof() argument932 case DebugPatchKind::DestinationReferenceLabel: in operator()933 delete reinterpret_cast<DestinationReferenceLabel *>(P); in operator()
709 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()