Searched refs:WASM (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | emscripten.sh | 79 emccLibsodium "${PREFIX}/lib/libsodium.asm.tmp.js" -Oz -s WASM=0 -s RUNNING_JS_OPTS=1 80 emccLibsodium "${PREFIX}/lib/libsodium.wasm.tmp.js" -O3 -s WASM=1
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 878 HANDLE_DW_OP(0xed, WASM_location, -1, -1, 0, WASM) 879 HANDLE_DW_OP(0xee, WASM_location_int, -1, -1, 0, WASM)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6466 WASM = (1 << MCContext::IsWasm), in parsePrefix() enumerator 6504 CurrentFormat = WASM; in parsePrefix()
|