Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h69 struct BinaryPatch { struct
73 BinaryPatch(uint64_t Offset, const SmallVectorImpl<char> &Bytes) in BinaryPatch() argument
76 std::vector<BinaryPatch> Patches;
354 Patches.emplace_back(BinaryPatch(Offset, Bytes)); in addPatch()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp135 for (BinaryPatch &Patch : Patches) in flushPendingRelocations()