Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp208 std::vector<WasmRelocationEntry> DataRelocations; member in __anon85aef9ab0111::WasmObjectWriter
274 DataRelocations.clear(); in reset()
629 DataRelocations.push_back(Rec); in recordRelocation()
1104 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1852 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()
1961 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeOneObject()