reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; }
lib/Object/WasmObjectFile.cpp534 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];