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

References

tools/lld/wasm/Symbols.cpp
  152   assert(gotIndex == INVALID_INDEX);
  158   gotIndex = index;
tools/lld/wasm/Symbols.h
  117     assert(gotIndex != INVALID_INDEX);
  118     return gotIndex;
  122   bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; }