Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp321 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
665 void WasmObjectWriter::applyRelocations( in applyRelocations() function in WasmObjectWriter
862 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
888 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
1028 applyRelocations(Relocations, CustomSection.OutputContentsOffset); in writeCustomSections()