Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp335 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
703 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1190 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()