Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
91 struct WasmRelocationEntry { struct98 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function132 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()204 std::vector<WasmRelocationEntry> CodeRelocations;206 std::vector<WasmRelocationEntry> DataRelocations;227 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>340 std::vector<WasmRelocationEntry> &Relocations);350 const WasmRelocationEntry &RelEntry);351 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,354 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);[all …]