Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp941 struct Wasm final : public VariadicABIInfo { global() struct
943 enableForTarget__anon2771ce4e0111::Wasm enableForTarget() argument
948 vaListPassedInSSARegister__anon2771ce4e0111::Wasm vaListPassedInSSARegister() argument
950 vaListType__anon2771ce4e0111::Wasm vaListType() argument
954 vaListParameterType__anon2771ce4e0111::Wasm vaListParameterType() argument
958 initializeVaList__anon2771ce4e0111::Wasm initializeVaList() argument
963 slotInfo__anon2771ce4e0111::Wasm slotInfo() argument
/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h43 WasmConfig Wasm; member
/llvm-project/lld/include/lld/Common/
H A DDriver.h22 Wasm, // -flavor wasm enumerator
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h39 std::unique_ptr<WasmYAML::Object> Wasm; member
/llvm-project/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp228 TEST(CopySimpleInMemoryFile, Wasm) { in TEST() argument
300 TEST(AddSection, Wasm) { in TEST() argument
391 TEST(RemoveSectionByPattern, Wasm) { in TEST() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h25 Wasm, ///< WebAssembly Exception Handling enumerator
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h306 Wasm, global() enumerator
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; global() enumerator
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1166 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) getNMSectionTagAndName() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp549 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) getRelocationValueString() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h1253 SemaWasm &Wasm() { Wasm() function