Home
last modified time | relevance | path

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

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