/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWasmObjectWriter.h | 32 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat() 34 return W->getFormat() == Triple::Wasm; in classof()
|
H A D | MCTargetOptions.h | 25 Wasm, ///< WebAssembly Exception Handling enumerator
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Driver.h | 22 Wasm, // -flavor wasm enumerator 65 lld::Wasm, &lld::wasm::link \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 418 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 D | WebAssembly.td | 34 "Enable Wasm exception handling">;
|
H A D | WebAssemblyLateEHPrepare.cpp | 120 ExceptionHandling::Wasm) in runOnMachineFunction()
|
H A D | WebAssemblyExceptionInfo.cpp | 46 ExceptionHandling::Wasm || in INITIALIZE_PASS_DEPENDENCY()
|
H A D | WebAssemblyCFGStackify.cpp | 1547 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 D | WebAssemblyFrameLowering.cpp | 150 return EHType == ExceptionHandling::Wasm && in needsSP()
|
H A D | README.txt | 154 Add support for mergeable sections in the Wasm writer, such as for strings and
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 49 if (Doc.Wasm) in convertYAML() 50 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
|
H A D | ObjectYAML.cpp | 68 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 D | MCAsmBackend.cpp | 49 case Triple::Wasm: in createObjectWriter() 78 case Triple::Wasm: in createDwoObjectWriter()
|
H A D | TargetRegistry.cpp | 55 case Triple::Wasm: in createMCObjectStreamer()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 32 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 D | WebAssemblyMCAsmInfo.cpp | 54 ExceptionsType = ExceptionHandling::Wasm; in WebAssemblyMCAsmInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ConfigManager.h | 43 WasmConfig Wasm; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ObjectYAML.h | 39 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 D | WebAssemblyReferenceTypes.def | 1 //===-- WebAssemblyReferenceTypes.def - Wasm reference types ----*- C++ -*-===//
|
H A D | LangOptions.h | 308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator 709 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 34 .CasesLower("wasm", "ld-wasm", Wasm) in getFlavor()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | ConfigManager.cpp | 76 return Wasm; in getWasmConfig()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 312 Wasm, enumerator 745 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 968 struct Wasm final : public VariadicABIInfo { struct 1015 return std::make_unique<Wasm>(); in create()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 372 case Wasm: return "wasm"; in getObjectFormatTypeName() 752 .EndsWith("wasm", Triple::Wasm) in parseFormat() 965 return Triple::Wasm; in getDefaultFormat()
|