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

Declarations

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

References

lib/Object/WasmObjectFile.cpp
 1475   const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
 1480   const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
 1490   const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
 1496   const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
 1551   return getWasmRelocation(Ref.getRawDataRefImpl());