Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h22 Wasm, // -flavor wasm enumerator
65 lld::Wasm, &lld::wasm::link \
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp385 TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
387 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
390 if (WasmEnableEH && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
393 if (WasmEnableSjLj && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
397 TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
552 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.cpp1548 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1557 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1754 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
H A DWebAssemblyFrameLowering.cpp150 return EHType == ExceptionHandling::Wasm && in needsPrologForEH()
H A DREADME.txt154 Add support for mergeable sections in the Wasm writer, such as for strings and
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp49 if (Doc.Wasm) in convertYAML()
50 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
H A DObjectYAML.cpp68 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()
69 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmBackend.cpp47 case Triple::Wasm: in createObjectWriter()
76 case Triple::Wasm: in createDwoObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp54 ExceptionsType = ExceptionHandling::Wasm; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h43 WasmConfig Wasm; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h39 std::unique_ptr<WasmYAML::Object> Wasm; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DWebAssemblyReferenceTypes.def1 //===-- WebAssemblyReferenceTypes.def - Wasm reference types ----*- C++ -*-===//
H A DLangOptions.h314 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
667 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp34 .CasesLower("wasm", "ld-wasm", Wasm) in getFlavor()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp71 return Wasm; in getWasmConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h293 Wasm, enumerator
713 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt213 - WebAssembly (Wasm).
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp339 case Wasm: return "wasm"; in getObjectFormatTypeName()
708 .EndsWith("wasm", Triple::Wasm) in parseFormat()
908 return Triple::Wasm; in getDefaultFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp272 case Triple::Wasm: in asanUseGlobalsGC()
372 Options.ExceptionModel = llvm::ExceptionHandling::Wasm; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp420 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable()

12