Home
last modified time | relevance | path

Searched defs:Wasm (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp968 struct Wasm final : public VariadicABIInfo { struct
970 bool enableForTarget() override { in enableForTarget()
975 bool vaListPassedInSSARegister() override { return true; } in vaListPassedInSSARegister()
977 Type *vaListType(LLVMContext &Ctx) override { in vaListType()
981 Type *vaListParameterType(Module &M) override { in vaListParameterType()
985 Value *initializeVaList(Module &M, LLVMContext &Ctx, IRBuilder<> &Builder, in initializeVaList()
990 VAArgSlotInfo slotInfo(const DataLayout &DL, Type *Parameter) override { in slotInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h43 WasmConfig Wasm; member
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h22 Wasm, // -flavor wasm enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h37 std::unique_ptr<WasmYAML::Object> Wasm; global() member
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp32 Wasm, // -flavor wasm enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h25 Wasm, ///< WebAssembly Exception Handling enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h312 Wasm, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1166 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMSectionTagAndName() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp549 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1254 SemaWasm &Wasm() { in Wasm() function