Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp699 DebugPatches.emplace_back(new DWARFUnitOffsetBaseLabel(Offset)); in addUnitBaseOffsetLabel()
709 DebugPatches.emplace_back(new DestinationReferenceLabel(Offset)); in addDestinationReferenceLabel()
753 DebugPatches.emplace_back( in addReferenceToPatch()
761 DebugPatches.emplace_back( in addUDataPatch()
768 DebugPatches.emplace_back(new DebugPatch64(Offset, NewValue)); in addLE64Patch()
776 DebugPatches.emplace_back(new DebugPatch32(Offset, NewValue)); in addLE32Patch()
780 DebugPatches.emplace_back( in addLE32Patch()
835 llvm::sort(DebugPatches, [](const UniquePatchPtrType &V1, in computeNewOffsets()
861 for (UniquePatchPtrType &PatchBase : DebugPatches) { in computeNewOffsets()
941 for (const UniquePatchPtrType &PatchBase : DebugPatches) { in patchBinary()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h945 std::vector<UniquePatchPtrType> DebugPatches; variable