Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
139 struct WasmRelocationEntry { struct146 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function192 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()205 std::vector<WasmRelocationEntry> CodeRelocations;209 std::vector<WasmRelocationEntry> DataRelocations;227 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>309 ArrayRef<WasmRelocationEntry> Relocations);320 uint32_t getProvisionalValue(const WasmRelocationEntry &RelEntry);321 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,324 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);[all …]