Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp206 std::vector<WasmRelocationEntry> CodeRelocations; member in __anonbca1a7710111::WasmObjectWriter
273 CodeRelocations.clear(); in reset()
631 CodeRelocations.push_back(Rec); in recordRelocation()
1072 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout); in writeCodeSection()
1844 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
1954 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeOneObject()