Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp205 std::vector<WasmRelocationEntry> CodeRelocations; member in __anonaad482f00111::WasmObjectWriter
272 CodeRelocations.clear(); in reset()
626 CodeRelocations.push_back(Rec); in recordRelocation()
1069 applyRelocations(CodeRelocations, Section.ContentsOffset, Asm); in writeCodeSection()
1854 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
1963 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeOneObject()