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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h118 class LLVM_LIBRARY_VISIBILITY WebAssembly32TargetInfo class in namespace:clang::targets
121 explicit WebAssembly32TargetInfo(const llvm::Triple &T, function in class:clang::targets::WebAssembly32TargetInfo
H A DWebAssembly.cpp229 void WebAssembly32TargetInfo::getTargetDefines(const LangOptions &Opts,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp583 return new WASITargetInfo<WebAssembly32TargetInfo>(Triple, Opts);
585 return new EmscriptenTargetInfo<WebAssembly32TargetInfo>(Triple, Opts);
587 return new WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>(Triple, Opts);

Completed in 75 milliseconds