Home
last modified time | relevance | path

Searched refs:asmConsts (Results 1 – 7 of 7) sorted by relevance

/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-emscripten.cpp278 std::vector<AsmConst> asmConsts; member
401 asmConsts.push_back(asmConst); in createAsmConst()
524 if (!emAsmWalker.asmConsts.empty()) { in generateEmscriptenMetadata()
526 for (auto& asmConst : emAsmWalker.asmConsts) { in generateEmscriptenMetadata()
/dports/devel/binaryen/binaryen-version_98/test/lld/
H A Dem_asm.wat.mem.out72 "asmConsts": {
H A Dem_asm.wat.out73 "asmConsts": {
H A Dem_asm_O0.wat.out98 "asmConsts": {
H A Dem_asm_shared.wat.out117 "asmConsts": {
H A Dem_asm_main_thread.wat.out196 "asmConsts": {
/dports/devel/emscripten/emscripten-2.0.3/
H A Demscripten.py150 def read_proxied_function_signatures(asmConsts): argument
152 for _, sigs, proxying_types in asmConsts.values():