Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp209 std::vector<WasmRelocationEntry> DataRelocations; member in __anon46b4d5de0111::WasmObjectWriter
262 DataRelocations.clear(); in reset()
520 DataRelocations.push_back(Rec); in recordRelocation()
888 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()
1389 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeObject()
1472 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeObject()