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

References

tools/lld/wasm/InputChunks.cpp
  272   const uint8_t *end = funcStart + function->Size;
  274   decodeULEB128(funcStart, &count);
  275   funcStart += count;
  279   const uint8_t *lastRelocEnd = funcStart;