Home
last modified time | relevance | path

Searched refs:writeGlobal (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DWriterUtils.h54 void writeGlobal(raw_ostream &os, const llvm::wasm::WasmGlobal &global);
DSyntheticSections.cpp330 writeGlobal(os, g->global); in writeBody()
348 writeGlobal(os, global); in writeBody()
355 writeGlobal(os, global); in writeBody()
DWriterUtils.cpp192 void writeGlobal(raw_ostream &os, const WasmGlobal &global) { in writeGlobal() function