Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h32 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat()
34 return W->getFormat() == Triple::Wasm; in classof()
H A DMCTargetOptions.h25 Wasm, ///< WebAssembly Exception Handling enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp384 TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
386 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
389 if (WasmEnableEH && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
392 if (WasmEnableSjLj && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
396 TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
541 if (TM->Options.ExceptionModel == ExceptionHandling::Wasm) in addPreEmitPass()
H A DWebAssembly.td51 "Enable Wasm exception handling">;
H A DWebAssemblyLateEHPrepare.cpp120 ExceptionHandling::Wasm) in runOnMachineFunction()
H A DWebAssemblyExceptionInfo.cpp45 ExceptionHandling::Wasm || in INITIALIZE_PASS_DEPENDENCY()
H A DWebAssemblyCFGStackify.cpp1547 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1556 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1753 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
H A DWebAssemblyFrameLowering.cpp142 return EHType == ExceptionHandling::Wasm && in needsPrologForEH()
H A DREADME.txt154 Add support for mergeable sections in the Wasm writer, such as for strings and
/openbsd-src/gnu/llvm/lld/tools/lld/
H A Dlld.cpp56 Wasm, // -flavor wasm enumerator
67 .CasesLower("wasm", "ld-wasm", Wasm) in getFlavor()
171 else if (f == Wasm) in lldMain()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp47 if (Doc.Wasm) in convertYAML()
48 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
H A DObjectYAML.cpp63 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()
64 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmBackend.cpp45 case Triple::Wasm: in createObjectWriter()
68 case Triple::Wasm: in createDwoObjectWriter()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp54 ExceptionsType = ExceptionHandling::Wasm; in WebAssemblyMCAsmInfo()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DCMakeLists.txt14 Wasm.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/BinaryFormat/
H A DBUILD.gn20 "Wasm.cpp",
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DConfigManager.h43 WasmConfig Wasm; member
/openbsd-src/gnu/usr.bin/clang/libLLVMBinaryFormat/
H A DMakefile20 Wasm.cpp \
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h37 std::unique_ptr<WasmYAML::Object> Wasm; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp68 return Wasm; in getWasmConfig()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h302 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
619 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h288 Wasm, enumerator
693 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp655 .EndsWith("wasm", Triple::Wasm) in parseFormat()
785 case Triple::Wasm: in getObjectFormatTypeName()
873 return Triple::Wasm; in getDefaultFormat()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp259 case Triple::Wasm: in asanUseGlobalsGC()
396 Options.ExceptionModel = llvm::ExceptionHandling::Wasm; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp421 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable()

123