Home
last modified time | relevance | path

Searched refs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp92 struct WasmRelocationEntry { struct
99 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument
133 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 …]