Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
95 struct WasmRelocationEntry { struct102 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function137 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()187 std::vector<WasmRelocationEntry> CodeRelocations;189 std::vector<WasmRelocationEntry> DataRelocations;210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>324 std::vector<WasmRelocationEntry> &Relocations);333 uint64_t getProvisionalValue(const WasmRelocationEntry &RelEntry,335 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,338 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);[all …]