Searched refs:FuncSection (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1063 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section); local
1065 int64_t Size = Layout.getSectionAddressSize(FuncSection);
1067 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1068 Asm.writeSectionData(W->OS, FuncSection, Layout);

Completed in 119 milliseconds