Home
last modified time | relevance | path

Searched refs:WebAssemblyOSTargetInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.h943 class LLVM_LIBRARY_VISIBILITY WebAssemblyOSTargetInfo
959 explicit WebAssemblyOSTargetInfo(const llvm::Triple &Triple, in WebAssemblyOSTargetInfo() function
971 : public WebAssemblyOSTargetInfo<Target> {
974 WebAssemblyOSTargetInfo<Target>::getOSDefines(Opts, Triple, Builder); in getOSDefines()
979 using WebAssemblyOSTargetInfo<Target>::WebAssemblyOSTargetInfo;
985 : public WebAssemblyOSTargetInfo<Target> {
988 WebAssemblyOSTargetInfo<Target>::getOSDefines(Opts, Triple, Builder); in getOSDefines()
998 : WebAssemblyOSTargetInfo<Target>(Triple, Opts) { in EmscriptenTargetInfo()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp638 return new WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()
653 return new WebAssemblyOSTargetInfo<WebAssembly64TargetInfo>(Triple, Opts); in AllocateTarget()