Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp78 uint64_t NextValidByte = 0; // offset of the byte past the last patch in runOnFunctions() local
81 if (Offset < NextValidByte) { in runOnFunctions()
91 NextValidByte = Offset + PatchSize; in runOnFunctions()
92 if (NextValidByte > Function.getMaxSize()) { in runOnFunctions()