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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h77 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } function in class:llvm::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp842 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset);
872 Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset);
1020 Sec->setSectionOffset(W.OS.tell() - Section.ContentsOffset);

Completed in 62 milliseconds