Searched refs:FixupStart (Results 1 – 2 of 2) sorted by relevance
102 auto Size = FixupEnd - FixupStart; in appendFixups()103 auto I = std::exchange(FixupStart, S.size()); in appendFixups()113 if (FixupStart + Fixups.size() > FixupEnd) { in setFixups()114 FixupStart = S.size(); in setFixups()117 FixupEnd = FixupStart + Fixups.size(); in setFixups()118 llvm::copy(Fixups, S.begin() + FixupStart); in setFixups()
303 uint32_t FixupStart = 0; variable400 void clearFixups() { FixupEnd = FixupStart; } in clearFixups()406 .slice(FixupStart, FixupEnd - FixupStart); in getFixups()410 .slice(FixupStart, FixupEnd - FixupStart); in getFixups()