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.cpp91 struct WasmRelocationEntry { struct
98 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function
132 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 …]