Searched refs:UniquePatchPtrType (Results 1 – 2 of 2) sorted by relevance
835 llvm::sort(DebugPatches, [](const UniquePatchPtrType &V1, in computeNewOffsets()836 const UniquePatchPtrType &V2) { in computeNewOffsets()861 for (UniquePatchPtrType &PatchBase : DebugPatches) { in computeNewOffsets()941 for (const UniquePatchPtrType &PatchBase : DebugPatches) { in patchBinary()
941 using UniquePatchPtrType = std::unique_ptr<Patch, PatchDeleter>; variable945 std::vector<UniquePatchPtrType> DebugPatches;