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.cpp353 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
763 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
1254 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Asm); in writeCustomSection()