Lines Matching refs:ContentsOffset
56 uint64_t ContentsOffset; member
336 uint64_t ContentsOffset, const MCAsmLayout &Layout);
360 Section.ContentsOffset = W->OS.tell(); in startSection()
377 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
714 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
718 uint64_t Offset = ContentsOffset + in applyRelocations()
1010 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1015 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1041 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1046 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1191 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
1194 CustomSection.OutputContentsOffset = Section.ContentsOffset; in writeCustomSection()