Home
last modified time | relevance | path

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

/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm.cpp1120 return getModuleElement(globalsMap, name, "getGlobal"); in getGlobal()
1145 return getModuleElementOrNull(globalsMap, name); in getGlobalOrNull()
1193 return addModuleElement(globals, globalsMap, curr, "addGlobal"); in addGlobal()
1210 return addModuleElement(globals, globalsMap, std::move(curr), "addGlobal"); in addGlobal()
1237 removeModuleElement(globals, globalsMap, name); in removeGlobal()
1266 removeModuleElements(globals, globalsMap, pred); in removeGlobals()
1281 globalsMap.clear(); in updateMaps()
1283 globalsMap[curr->name] = curr.get(); in updateMaps()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm.h1668 std::map<Name, Global*> globalsMap; variable