reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/Wasm.h
  127   const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;

References

tools/llvm-objdump/WasmDump.cpp
   32   const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef);
tools/llvm-readobj/WasmDumper.cpp
   89   const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc);