Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp351 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
739 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1046 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1077 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
1231 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Asm); in writeCustomSection()