Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp55 uint64_t ContentsOffset; member
322 uint64_t ContentsOffset);
348 Section.ContentsOffset = W.OS.tell(); in startSection()
365 Section.ContentsOffset = W.OS.tell(); in startCustomSection()
676 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset) { in applyRelocations() argument
679 uint64_t Offset = ContentsOffset + in applyRelocations()
887 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()
892 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
918 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
1062 Sec->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCustomSections()
[all …]