Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp187 std::vector<WasmRelocationEntry> CodeRelocations; member in __anonc88d2daf0111::WasmObjectWriter
254 CodeRelocations.clear(); in reset()
577 CodeRelocations.push_back(Rec); in recordRelocation()
1015 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1791 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
1900 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeOneObject()