| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCWasmObjectWriter.h | 31 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat() 33 return W->getFormat() == Triple::Wasm; in classof()
|
| H A D | MCTargetOptions.h | 24 Wasm, ///< WebAssembly Exception Handling enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | yaml2obj.cpp | 45 if (Doc.Wasm) in convertYAML() 46 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
|
| H A D | ObjectYAML.cpp | 60 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping() 61 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 42 case Triple::Wasm: in createObjectWriter() 62 case Triple::Wasm: in createDwoObjectWriter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | CMakeLists.txt | 11 Wasm.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/BinaryFormat/ |
| H A D | BUILD.gn | 14 "Wasm.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMBinaryFormat/ |
| H A D | Makefile | 18 Wasm.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | ObjectYAML.h | 33 std::unique_ptr<WasmYAML::Object> Wasm; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.h | 44 WasmConfig Wasm; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 234 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator 445 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 48 "Enable Wasm exception handling">;
|
| H A D | WebAssemblyLateEHPrepare.cpp | 120 ExceptionHandling::Wasm) in runOnMachineFunction()
|
| H A D | WebAssemblyExceptionInfo.cpp | 44 ExceptionHandling::Wasm || in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | WebAssemblyFrameLowering.cpp | 95 return EHType == ExceptionHandling::Wasm && in needsPrologForEH()
|
| H A D | WebAssemblyTargetMachine.cpp | 450 if (TM->Options.ExceptionModel == ExceptionHandling::Wasm) in addPreEmitPass()
|
| H A D | WebAssemblyCFGStackify.cpp | 1566 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers() 1575 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers() 1773 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
|
| H A D | README.txt | 154 Add support for mergeable sections in the Wasm writer, such as for strings and
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 238 Wasm, enumerator 651 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Triple.cpp | 579 .EndsWith("wasm", Triple::Wasm) in parseFormat() 676 case Triple::Wasm: return "wasm"; in getObjectFormatTypeName() 755 return Triple::Wasm; in getDefaultFormat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 412 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 168 clEnumValN(ExceptionHandling::Wasm, "wasm", in CGOPT()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 267 case Triple::Wasm: in asanUseGlobalsGC() 527 Options.ExceptionModel = llvm::ExceptionHandling::Wasm; in initTargetOptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenPassBuilder.h | 702 case ExceptionHandling::Wasm: in addPassesToHandleExceptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 532 case Triple::Wasm: in createMCObjectStreamer()
|