Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp93 struct WasmRelocationEntry { struct
100 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function
134 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 …]