Searched refs:ContentsOffset (Results 1 – 1 of 1) sorted by relevance
54 uint64_t ContentsOffset; member357 uint64_t ContentsOffset, const MCAsmLayout &Layout);381 Section.ContentsOffset = W->OS.tell(); in startSection()425 Section.ContentsOffset = W->OS.tell(); in startCustomSection()768 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument772 uint64_t Offset = ContentsOffset + in applyRelocations()1065 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1070 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()1101 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()1246 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()[all …]