Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp335 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
713 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1015 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1046 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1201 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()