Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp356 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
767 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1073 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1104 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1259 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()