Lines Matching refs:ContentsOffset
53 uint64_t ContentsOffset; member
354 uint64_t ContentsOffset, const MCAssembler &Asm);
378 Section.ContentsOffset = W->OS.tell(); in startSection()
422 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
768 uint64_t Offset = ContentsOffset + in applyRelocations()
1064 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1095 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
1244 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
1247 CustomSection.OutputContentsOffset = Section.ContentsOffset; in writeCustomSection()