Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp205 std::vector<WasmRelocationEntry> CodeRelocations; member in __anon46b4d5de0111::WasmObjectWriter
261 CodeRelocations.clear(); in reset()
522 CodeRelocations.push_back(Rec); in recordRelocation()
862 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
1387 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeObject()
1471 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeObject()