Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp219 std::vector<WasmRelocationEntry> CodeRelocations; member in __anonc4930b750111::WasmObjectWriter
274 CodeRelocations.clear(); in reset()
514 CodeRelocations.push_back(Rec); in recordRelocation()
847 applyRelocations(CodeRelocations, Section.ContentsOffset); in writeCodeSection()
1503 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeObject()
1593 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp206 std::vector<WasmRelocationEntry> CodeRelocations; member in __anone47dedbb0111::WasmObjectWriter
273 CodeRelocations.clear(); in reset()
631 CodeRelocations.push_back(Rec); in recordRelocation()
1070 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1843 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
1953 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeOneObject()