Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
55 uint64_t ContentsOffset; member322 uint64_t ContentsOffset);348 Section.ContentsOffset = W.OS.tell(); in startSection()365 Section.ContentsOffset = W.OS.tell(); in startCustomSection()676 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset) { in applyRelocations() argument679 uint64_t Offset = ContentsOffset + in applyRelocations()887 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()892 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()918 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()1062 Sec->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCustomSections()[all …]