Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
93 struct WasmRelocationEntry { struct100 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function206 std::vector<WasmRelocationEntry> CodeRelocations;208 std::vector<WasmRelocationEntry> DataRelocations;771 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()1112 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()1125 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()1135 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()1826 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()1850 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()[all …]