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.cpp52 uint64_t ContentsOffset; member
352 uint64_t ContentsOffset, const MCAssembler &Asm);
376 Section.ContentsOffset = W->OS.tell(); in startSection()
420 Section.ContentsOffset = W->OS.tell(); in startCustomSection()
740 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
744 uint64_t Offset = ContentsOffset + in applyRelocations()
1041 FuncSection->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1046 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1072 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1077 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
[all …]