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()714 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument718 uint64_t Offset = ContentsOffset + in applyRelocations()1010 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1015 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()1046 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()1191 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()[all …]