Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
139 struct WasmRelocationEntry { struct146 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument205 std::vector<WasmRelocationEntry> CodeRelocations;209 std::vector<WasmRelocationEntry> DataRelocations;678 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()925 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()939 [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()949 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()1477 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()1496 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeObject()[all …]