Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp206 std::vector<WasmRelocationEntry> CodeRelocations; member in __anonfb1f8c320111::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()