Lines Matching refs:ContentsOffset
54 uint64_t ContentsOffset; member
357 uint64_t ContentsOffset, const MCAsmLayout &Layout);
381 Section.ContentsOffset = W->OS.tell(); in startSection()
425 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
769 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
773 uint64_t Offset = ContentsOffset + in applyRelocations()
1067 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1072 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1098 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1103 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1248 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
1251 CustomSection.OutputContentsOffset = Section.ContentsOffset; in writeCustomSection()