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

Declarations

include/llvm/Object/Wasm.h
  216   bool isValidGlobalIndex(uint32_t Index) const;

References

lib/Object/WasmObjectFile.cpp
  523       if (!isValidGlobalIndex(Info.ElementIndex) ||
 1037       if (!isValidGlobalIndex(Ex.Index))
 1074   return Index >= NumImportedGlobals && isValidGlobalIndex(Index);