Home
last modified time | relevance | path

Searched refs:writeGlobalType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/wasm/
DWriterUtils.cpp186 void writeGlobalType(raw_ostream &os, const WasmGlobalType &type) { in writeGlobalType() function
193 writeGlobalType(os, global.Type); in writeGlobal()
220 writeGlobalType(os, import.Global); in writeImport()
DWriterUtils.h52 void writeGlobalType(raw_ostream &os, const llvm::wasm::WasmGlobalType &type);