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

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

Completed in 112 milliseconds