Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
769 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
773 uint64_t Offset = ContentsOffset + in applyRelocations()
1067 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1072 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1103 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1248 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
[all …]