Searched refs:writeGlobal (Results 1 – 3 of 3) sorted by relevance
54 void writeGlobal(raw_ostream &os, const llvm::wasm::WasmGlobal &global);
330 writeGlobal(os, g->global); in writeBody()348 writeGlobal(os, global); in writeBody()355 writeGlobal(os, global); in writeBody()
192 void writeGlobal(raw_ostream &os, const WasmGlobal &global) { in writeGlobal() function