Searched refs:getDefinedGlobal (Results 1 – 2 of 2) sorted by relevance
586 GlobalType = &getDefinedGlobal(Index).Type; in parseNameSection()1479 auto Global = getDefinedGlobal(Ex.Index); in parseExportSection()1588 const wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) const { in getDefinedGlobal() function in WasmObjectFile1861 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()1974 return getDefinedGlobal(Sym.Info.ElementIndex).Size; in getSymbolSize()
243 const wasm::WasmGlobal &getDefinedGlobal(uint32_t Index) const;