Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1003 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection() local
1010 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1011 Asm.writeSectionData(W->OS, &FuncSection, Layout); in writeCodeSection()