Searched refs:WasmGlobal (Results 1 – 5 of 5) sorted by relevance
49 struct WasmGlobal;90 using llvm::wasm::WasmGlobal;
148 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()242 const wasm::WasmGlobal &getDefinedGlobal(uint32_t Index) const;286 std::vector<wasm::WasmGlobal> Globals;
78 struct WasmGlobal { struct339 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);920 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection()1462 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject()1648 wasm::WasmGlobal Global; in writeOneObject()
351 struct WasmGlobal { struct
763 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()1413 wasm::WasmGlobal Global; in parseGlobalSection()1575 const wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) const { in getDefinedGlobal()