Searched refs:FuncSection (Results 1 – 1 of 1) sorted by relevance
1060 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section); in writeCodeSection() local1062 int64_t Size = Asm.getSectionAddressSize(*FuncSection); in writeCodeSection()1064 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()1065 Asm.writeSectionData(W->OS, FuncSection); in writeCodeSection()