Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp189 std::vector<WasmRelocationEntry> DataRelocations; member in __anonc88d2daf0111::WasmObjectWriter
255 DataRelocations.clear(); in reset()
575 DataRelocations.push_back(Rec); in recordRelocation()
1046 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1793 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()
1901 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeOneObject()