Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp53 uint64_t PayloadOffset; member
347 Section.PayloadOffset = W.OS.tell(); in startSection()
357 Section.PayloadOffset = W.OS.tell(); in startCustomSection()
369 uint64_t Size = W.OS.tell() - Section.PayloadOffset; in endSection()