Searched refs:WasmGlobal (Results 1 – 4 of 4) sorted by relevance
141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()227 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);270 std::vector<wasm::WasmGlobal> Globals;
90 struct WasmGlobal { struct
534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()991 wasm::WasmGlobal Global; in parseGlobalSection()1119 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
123 struct WasmGlobal { struct