Home
last modified time | relevance | path

Searched refs:addExportedFunction (Results 1 – 4 of 4) sorted by relevance

/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DStackCheck.cpp55 static void addExportedFunction(Module& module, Function* function) { in addExportedFunction() function
72 addExportedFunction(module, limitsFunc); in generateSetStackLimitFunctions()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-emscripten.cpp43 void addExportedFunction(Module& wasm, Function* function) { in addExportedFunction() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DAsmJSModule.h1075 bool addExportedFunction(PropertyName* name, in addExportedFunction() function
H A DAsmJSValidate.cpp1508 bool addExportedFunction(const Func& func, PropertyName* maybeFieldName) { in addExportedFunction() function in __anonffd339ad0211::ModuleValidator
1513 return module().addExportedFunction(func.name(), func.index(), func.srcBegin(), in addExportedFunction()
6647 return m.addExportedFunction(m.function(global->funcIndex()), maybeFieldName); in CheckModuleExportFunction()