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

References

include/llvm/Object/Wasm.h
  141   ArrayRef<wasm::WasmGlobal> globals() const { return Globals; }
lib/Object/WasmObjectFile.cpp
  534         wasm::WasmGlobal &Global = Globals[GlobalIndex];
  988   Globals.reserve(Count);
  991     Global.Index = NumImportedGlobals + Globals.size();
  996     Globals.push_back(Global);
 1070   return Index < NumImportedGlobals + Globals.size();
 1118   return Globals[Index - NumImportedGlobals];