Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp55 uint64_t ContentsOffset; member
322 uint64_t ContentsOffset);
346 Section.ContentsOffset = W.OS.tell(); in startSection()
363 Section.ContentsOffset = W.OS.tell(); in startCustomSection()
666 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset) { in applyRelocations() argument
669 uint64_t Offset = ContentsOffset + in applyRelocations()
857 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()
862 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
883 Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeDataSection()
888 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
[all …]