Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
92 struct WasmRelocationEntry { struct99 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument133 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()205 std::vector<WasmRelocationEntry> CodeRelocations;207 std::vector<WasmRelocationEntry> DataRelocations;228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>342 std::vector<WasmRelocationEntry> &Relocations);352 const WasmRelocationEntry &RelEntry);353 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,356 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);[all …]