Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DWebAssembly.h115 class LLVM_LIBRARY_VISIBILITY WebAssembly32TargetInfo
118 explicit WebAssembly32TargetInfo(const llvm::Triple &T, in WebAssembly32TargetInfo() function
H A DWebAssembly.cpp157 void WebAssembly32TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp575 return new WASITargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()
577 return new WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()