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

References

include/llvm/Object/Wasm.h
  152   uint32_t getNumImportedGlobals() const { return NumImportedGlobals; }
lib/Object/WasmObjectFile.cpp
  533         unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals;
  910       NumImportedGlobals++;
  991     Global.Index = NumImportedGlobals + Globals.size();
 1070   return Index < NumImportedGlobals + Globals.size();
 1074   return Index >= NumImportedGlobals && isValidGlobalIndex(Index);
 1118   return Globals[Index - NumImportedGlobals];