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.cpp53 uint64_t ContentsOffset; member
354 uint64_t ContentsOffset, const MCAssembler &Asm);
378 Section.ContentsOffset = W->OS.tell(); in startSection()
422 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
768 uint64_t Offset = ContentsOffset + in applyRelocations()
1064 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1095 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
[all …]