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