Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp95 struct WasmRelocationEntry { struct
102 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function
137 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 …]