Searched defs:Wasm (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 968 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 D | ConfigManager.h | 43 WasmConfig Wasm; member
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Driver.h | 22 Wasm, // -flavor wasm enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ObjectYAML.h | 37 std::unique_ptr<WasmYAML::Object> Wasm; global() member
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 32 Wasm, // -flavor wasm enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 25 Wasm, ///< WebAssembly Exception Handling enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 312 Wasm, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1166 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMSectionTagAndName() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 549 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1254 SemaWasm &Wasm() { in Wasm() function
|