Searched refs:WASM_REF_TYPE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | WebAssemblyReferenceTypes.def | 12 // WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) 26 // To include this file, define either WASM_REF_TYPE or WASM_TYPE, depending on 32 #ifndef WASM_REF_TYPE 33 #define WASM_REF_TYPE(Name, MangledNameBase, Id, SingletonId, AS) \ 37 WASM_REF_TYPE("__externref_t", "externref_t", WasmExternRef, WasmExternRefTy, 10) 40 #undef WASM_REF_TYPE
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 584 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in ConvertType() macro
|
H A D | CGDebugInfo.cpp | 860 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in CreateType() macro
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2700 #define WASM_REF_TYPE(InternalName, MangledName, Id, SingletonId, AS) \ in mangleType() macro
|
H A D | ItaniumMangle.cpp | 3419 #define WASM_REF_TYPE(InternalName, MangledName, Id, SingletonId, AS) \ in mangleType() macro
|
H A D | ASTContext.cpp | 4374 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in getWebAssemblyExternrefType() macro
|