Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
93 struct WasmRelocationEntry { struct100 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function134 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()206 std::vector<WasmRelocationEntry> CodeRelocations;208 std::vector<WasmRelocationEntry> DataRelocations;229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>345 std::vector<WasmRelocationEntry> &Relocations);354 uint64_t getProvisionalValue(const WasmRelocationEntry &RelEntry,356 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,359 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);[all …]