Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp356 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
768 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1072 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1103 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1258 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Layout); in writeCustomSection()