Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h196 class LLVM_LIBRARY_VISIBILITY WebAssembly64TargetInfo
199 explicit WebAssembly64TargetInfo(const llvm::Triple &T, in WebAssembly64TargetInfo() function
H A DWebAssembly.cpp328 void WebAssembly64TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp708 return std::make_unique<WASITargetInfo<WebAssembly64TargetInfo>>(Triple, in AllocateTarget()
711 return std::make_unique<EmscriptenTargetInfo<WebAssembly64TargetInfo>>( in AllocateTarget()
714 return std::make_unique<WebAssemblyOSTargetInfo<WebAssembly64TargetInfo>>( in AllocateTarget()