Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.h166 class LLVM_LIBRARY_VISIBILITY WebAssembly64TargetInfo
169 explicit WebAssembly64TargetInfo(const llvm::Triple &T, in WebAssembly64TargetInfo() function
H A DWebAssembly.cpp294 void WebAssembly64TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp649 return new WASITargetInfo<WebAssembly64TargetInfo>(Triple, Opts); in AllocateTarget()
651 return new EmscriptenTargetInfo<WebAssembly64TargetInfo>(Triple, Opts); in AllocateTarget()
653 return new WebAssemblyOSTargetInfo<WebAssembly64TargetInfo>(Triple, Opts); in AllocateTarget()