Searched refs:WasmGlobal (Results 1 – 15 of 15) sorted by relevance
25 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal()39 WasmGlobal global;
54 void writeGlobal(raw_ostream &os, const llvm::wasm::WasmGlobal &global);
192 void writeGlobal(raw_ostream &os, const WasmGlobal &global) { in writeGlobal()
333 WasmGlobal global; in writeBody()351 WasmGlobal global; in writeBody()
405 for (const WasmGlobal &g : wasmObj->globals()) in parse()
575 llvm::wasm::WasmGlobal wasmGlobal; in createGlobal()
50 struct WasmGlobal;89 using llvm::wasm::WasmGlobal;
141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()227 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);270 std::vector<wasm::WasmGlobal> Globals;
144 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()235 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);279 std::vector<wasm::WasmGlobal> Globals;
81 struct WasmGlobal { struct320 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);823 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()831 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection()1350 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject()1532 wasm::WasmGlobal Global; in writeOneObject()
90 struct WasmGlobal { struct
97 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()
570 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()1145 wasm::WasmGlobal Global; in parseGlobalSection()1267 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
123 struct WasmGlobal { struct