Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSectionWasm.h76 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset() function
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp1065 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1096 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1246 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()