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.cpp207 std::vector<WasmRelocationEntry> DataRelocations; member in __anon335a907b0111::WasmObjectWriter
273 DataRelocations.clear(); in reset()
624 DataRelocations.push_back(Rec); in recordRelocation()
1100 applyRelocations(DataRelocations, Section.ContentsOffset, Asm); in writeDataSection()
1838 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()
1941 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeOneObject()