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

Declarations

include/llvm/BinaryFormat/Wasm.h
  386 bool relocTypeHasAddend(uint32_t type);

References

lib/MC/WasmObjectWriter.cpp
  150   bool hasAddend() const { return wasm::relocTypeHasAddend(Type); }
tools/lld/wasm/InputChunks.cpp
  159     if (relocTypeHasAddend(rel.Type))