Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
56 uint64_t ContentsOffset; member336 uint64_t ContentsOffset, const MCAsmLayout &Layout);360 Section.ContentsOffset = W->OS.tell(); in startSection()377 Section.ContentsOffset = W->OS.tell(); in startCustomSection()704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument708 uint64_t Offset = ContentsOffset + in applyRelocations()999 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()1030 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()[all …]