Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp679 llvm::MutableArrayRef<uint8_t> sectionContent; in copySectionContent() local
682 sectionContent = llvm::MutableArrayRef<uint8_t>(sectContent, si->size); in copySectionContent()
683 normSect->content = sectionContent; in copySectionContent()
691 auto atomContent = sectionContent.slice(ai.offsetInSection, in copySectionContent()
1513 auto sectionContent = in fixLazyReferenceImm() local
1516 file.ownedAllocations.Allocate<uint8_t>(sectionContent.size()); in fixLazyReferenceImm()
1518 sectionContent.size()}; in fixLazyReferenceImm()
1519 std::copy(sectionContent.begin(), sectionContent.end(), in fixLazyReferenceImm()