Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp321 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
675 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
892 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
918 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
1072 applyRelocations(Relocations, CustomSection.OutputContentsOffset); in writeCustomSections()