Home
last modified time | relevance | path

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

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