Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp850 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection() local
857 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()
858 Asm.writeSectionData(W.OS, &FuncSection, Layout); in writeCodeSection()