Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h177 class LLVM_LIBRARY_VISIBILITY WebAssembly32TargetInfo
180 explicit WebAssembly32TargetInfo(const llvm::Triple &T, in WebAssembly32TargetInfo() function
H A DWebAssembly.cpp322 void WebAssembly32TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp690 return std::make_unique<WASITargetInfo<WebAssembly32TargetInfo>>(Triple, in AllocateTarget()
693 return std::make_unique<EmscriptenTargetInfo<WebAssembly32TargetInfo>>( in AllocateTarget()
696 return std::make_unique<WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>>( in AllocateTarget()