Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionWasm.h76 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1068 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1099 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1249 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()