Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp189 std::vector<WasmRelocationEntry> DataRelocations; member in __anon668be8e60111::WasmObjectWriter
255 DataRelocations.clear(); in reset()
568 DataRelocations.push_back(Rec); in recordRelocation()
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1782 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()
1890 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeOneObject()