Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp99 if (LLVM_UNLIKELY(FixupEnd != S.size())) { in appendFixups()
102 auto Size = FixupEnd - FixupStart; in appendFixups()
108 FixupEnd = S.size(); in appendFixups()
113 if (FixupStart + Fixups.size() > FixupEnd) { in setFixups()
117 FixupEnd = FixupStart + Fixups.size(); in setFixups()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h304 uint32_t FixupEnd = 0; variable
400 void clearFixups() { FixupEnd = FixupStart; } in clearFixups()
406 .slice(FixupStart, FixupEnd - FixupStart); in getFixups()
410 .slice(FixupStart, FixupEnd - FixupStart); in getFixups()