Home
last modified time | relevance | path

Searched refs:Wasm (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat()
33 return W->getFormat() == Triple::Wasm; in classof()
DMCTargetOptions.h23 Wasm, ///< WebAssembly Exception Handling enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
Dyaml2obj.cpp43 if (Doc.Wasm) in convertYAML()
44 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
DObjectYAML.cpp53 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()
54 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
/third_party/rust/crates/atty/
DCHANGELOG.md39 * 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/
DCMakeLists.txt10 Wasm.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h31 std::unique_ptr<WasmYAML::Object> Wasm; member
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
DREADME.md3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
DREADME.md3 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/
DMCAsmBackend.cpp42 case Triple::Wasm: in createObjectWriter()
DMCObjectFileInfo.cpp842 case Triple::Wasm: in InitMCObjectFileInfo()
864 case Triple::Wasm: in getDwarfComdatSection()
/third_party/node/deps/cjs-module-lexer/
DREADME.md50 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
DCHANGELOG.md24 - 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/
DREADME-wasm.md1 # Wasm Prototype Experiment Notes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h228 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/
DWebAssembly.td54 "Enable Wasm exception handling">;
DWebAssemblyFrameLowering.cpp94 return EHType == ExceptionHandling::Wasm && in needsPrologForEH()
DWebAssemblyCFGStackify.cpp1283 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1292 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1369 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
DWebAssemblyLateEHPrepare.cpp108 ExceptionHandling::Wasm) in runOnMachineFunction()
DREADME.txt177 Add support for mergeable sections in the Wasm writer, such as for strings and
/third_party/rust/crates/rustix/
DORG_CODE_OF_CONDUCT.md34 * **Do not cause confusion about Wasm standards or interoperability.**
40 Wasm.
/third_party/rust/crates/linux-raw-sys/
DORG_CODE_OF_CONDUCT.md34 * **Do not cause confusion about Wasm standards or interoperability.**
40 Wasm.
/third_party/rust/crates/io-lifetimes/
DORG_CODE_OF_CONDUCT.md34 * **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/
DTriple.cpp558 .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/
DEHStreamer.cpp379 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable()

12