Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp54 uint64_t ContentsOffset; member
357 uint64_t ContentsOffset, const MCAsmLayout &Layout);
381 Section.ContentsOffset = W->OS.tell(); in startSection()
425 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
768 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
772 uint64_t Offset = ContentsOffset + in applyRelocations()
1065 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1070 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1101 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1246 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
[all …]