Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp208 std::vector<WasmRelocationEntry> DataRelocations; member in __anonfb1f8c320111::WasmObjectWriter
274 DataRelocations.clear(); in reset()
629 DataRelocations.push_back(Rec); in recordRelocation()
1101 applyRelocations(DataRelocations, Section.ContentsOffset, Layout); in writeDataSection()
1845 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()
1954 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeOneObject()