/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCWasmObjectWriter.h | 31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat() 33 return W->getFormat() == Triple::Wasm; in classof()
|
D | MCTargetOptions.h | 23 Wasm, ///< WebAssembly Exception Handling enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | yaml2obj.cpp | 43 if (Doc.Wasm) in convertYAML() 44 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
|
D | ObjectYAML.cpp | 53 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping() 54 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
|
/third_party/rust/crates/atty/ |
D | CHANGELOG.md | 39 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17) 43 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | CMakeLists.txt | 10 Wasm.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ObjectYAML.h | 31 std::unique_ptr<WasmYAML::Object> Wasm; member
|
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
D | README.md | 3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
D | README.md | 3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmBackend.cpp | 42 case Triple::Wasm: in createObjectWriter()
|
D | MCObjectFileInfo.cpp | 842 case Triple::Wasm: in InitMCObjectFileInfo() 864 case Triple::Wasm: in getDwarfComdatSection()
|
/third_party/node/deps/cjs-module-lexer/ |
D | README.md | 50 When using the ESM version, Wasm is supported instead: 59 The Wasm build is around 1.5x faster and without a cold start. 403 Wasm Build: 434 ### Wasm Build Steps
|
D | CHANGELOG.md | 24 - API-only breaking change: Unify JS and Wasm interfaces (https://github.com/guybedford/cjs-module-…
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | README-wasm.md | 1 # Wasm Prototype Experiment Notes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 228 Wasm, enumerator 640 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssembly.td | 54 "Enable Wasm exception handling">;
|
D | WebAssemblyFrameLowering.cpp | 94 return EHType == ExceptionHandling::Wasm && in needsPrologForEH()
|
D | WebAssemblyCFGStackify.cpp | 1283 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers() 1292 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers() 1369 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
|
D | WebAssemblyLateEHPrepare.cpp | 108 ExceptionHandling::Wasm) in runOnMachineFunction()
|
D | README.txt | 177 Add support for mergeable sections in the Wasm writer, such as for strings and
|
/third_party/rust/crates/rustix/ |
D | ORG_CODE_OF_CONDUCT.md | 34 * **Do not cause confusion about Wasm standards or interoperability.** 40 Wasm.
|
/third_party/rust/crates/linux-raw-sys/ |
D | ORG_CODE_OF_CONDUCT.md | 34 * **Do not cause confusion about Wasm standards or interoperability.** 40 Wasm.
|
/third_party/rust/crates/io-lifetimes/ |
D | ORG_CODE_OF_CONDUCT.md | 34 * **Do not cause confusion about Wasm standards or interoperability.** 40 Wasm.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 558 .EndsWith("wasm", Triple::Wasm) in parseFormat() 647 case Triple::Wasm: return "wasm"; in getObjectFormatTypeName() 721 return Triple::Wasm; in getDefaultFormat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 379 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable()
|