Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations() argument
708 uint64_t Offset = ContentsOffset + in applyRelocations()
999 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeCodeSection()
1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1030 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset); in writeDataSection()
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
[all …]