Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp209 std::vector<WasmRelocationEntry> DataRelocations; member in __anon325f64800111::WasmObjectWriter
263 DataRelocations.clear(); in reset()
528 DataRelocations.push_back(Rec); in recordRelocation()
918 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
1498 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeObject()
1585 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeObject()