Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation() local
104 W.printHex("Index", WasmReloc.Index); in printRelocation()
106 W.printNumber("Addend", WasmReloc.Addend); in printRelocation()
113 OS << WasmReloc.Index; in printRelocation()
115 OS << " " << WasmReloc.Addend; in printRelocation()