Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp128 uint32_t OutputContentsOffset; member
132 : Name(Name), Section(Section), OutputContentsOffset(0), in WasmCustomSection()
1183 CustomSection.OutputContentsOffset = Section.ContentsOffset; in writeCustomSection()
1190 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()