Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp128 uint32_t OutputContentsOffset; member
132 : Name(Name), Section(Section), OutputContentsOffset(0), in WasmCustomSection()
1194 CustomSection.OutputContentsOffset = Section.ContentsOffset; in writeCustomSection()
1201 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()