Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp56 uint64_t ContentsOffset; member
336 uint64_t ContentsOffset, const MCAsmLayout &Layout);
360 Section.ContentsOffset = W->OS.tell(); in startSection()
377 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
714 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
718 uint64_t Offset = ContentsOffset + in applyRelocations()
1010 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1015 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1046 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1191 Sec->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCustomSection()
[all …]