Home
last modified time | relevance | path

Searched refs:WebAssembly32TargetInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DWebAssembly.h148 class LLVM_LIBRARY_VISIBILITY WebAssembly32TargetInfo
151 explicit WebAssembly32TargetInfo(const llvm::Triple &T, in WebAssembly32TargetInfo() function
H A DWebAssembly.cpp280 void WebAssembly32TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp632 return new WASITargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()
634 return new EmscriptenTargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()
636 return new WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()