Home
last modified time | relevance | path

Searched refs:Wasm (Results 1 – 25 of 47) 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.cpp418 TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
420 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
423 if (WasmEnableEH && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
426 if (WasmEnableSjLj && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
430 TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
571 if (TM->Options.ExceptionModel == ExceptionHandling::Wasm) in addPreEmitPass()
H A DWebAssembly.td34 "Enable Wasm exception handling">;
H A DWebAssemblyLateEHPrepare.cpp120 ExceptionHandling::Wasm) in runOnMachineFunction()
H A DWebAssemblyExceptionInfo.cpp46 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()
1717 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
H A DWebAssemblyFrameLowering.cpp150 return EHType == ExceptionHandling::Wasm && in needsSP()
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.cpp49 case Triple::Wasm: in createObjectWriter()
78 case Triple::Wasm: in createDwoObjectWriter()
H A DTargetRegistry.cpp55 case Triple::Wasm: in createMCObjectStreamer()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp32 Wasm, // -flavor wasm enumerator
110 const lld::DriverDef WasmDriver = {lld::Flavor::Wasm, &lld::wasm::link}; in addModule()
/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;
37 std::unique_ptr<WasmYAML::Object> Wasm; global() member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DWebAssemblyReferenceTypes.def1 //===-- WebAssemblyReferenceTypes.def - Wasm reference types ----*- C++ -*-===//
H A DLangOptions.h308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
709 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.cpp76 return Wasm; in getWasmConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h312 Wasm, enumerator
745 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp968 struct Wasm final : public VariadicABIInfo { struct
1015 return std::make_unique<Wasm>(); in create()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp372 case Wasm: return "wasm"; in getObjectFormatTypeName()
752 .EndsWith("wasm", Triple::Wasm) in parseFormat()
965 return Triple::Wasm; in getDefaultFormat()

12