Searched refs:ContentStart (Results 1 – 3 of 3) sorted by relevance
88 ContentStart = S.size(); in setContents()92 llvm::copy(Contents, S.begin() + ContentStart); in setContents()
302 uint64_t ContentStart = 0; variable368 if (LLVM_UNLIKELY(ContentStart + ContentSize != S.size())) { in getContentsForAppending()371 auto I = std::exchange(ContentStart, S.size()); in getContentsForAppending()378 ContentSize = getParent()->ContentStorage.size() - ContentStart; in doneAppending()391 .slice(ContentStart, ContentSize); in getContents()395 .slice(ContentStart, ContentSize); in getContents()
419 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local422 Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()428 return ArrayRef(ContentStart, SectionSize); in getSectionContents()