Home
last modified time | relevance | path

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

/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DStripTargetFeatures.cpp25 module->hasFeaturesSection = !isStripped; in run()
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dtool-options.h145 if (!detectFeatures && module.hasFeaturesSection) { in applyFeatures()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm.h1655 bool hasFeaturesSection = false; variable
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-binary.cpp770 if (!wasm->hasFeaturesSection || wasm->features.isMVP()) { in writeFeaturesSection()
2415 wasm.hasFeaturesSection = true; in readFeatures()