Lines Matching refs:WebAssembly
31 std::string WebAssembly::getMultiarchTriple(const Driver &D, in getMultiarchTriple()
212 WebAssembly::WebAssembly(const Driver &D, const llvm::Triple &Triple, in WebAssembly() function in WebAssembly
241 const char *WebAssembly::getDefaultLinker() const { in getDefaultLinker()
247 bool WebAssembly::IsMathErrnoDefault() const { return false; } in IsMathErrnoDefault()
249 bool WebAssembly::IsObjCNonFragileABIDefault() const { return true; } in IsObjCNonFragileABIDefault()
251 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch()
253 bool WebAssembly::isPICDefault() const { return false; } in isPICDefault()
255 bool WebAssembly::isPIEDefault(const llvm::opt::ArgList &Args) const { in isPIEDefault()
259 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced()
261 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime()
264 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling()
266 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
268 void WebAssembly::addClangTargetOptions(const ArgList &DriverArgs, in addClangTargetOptions()
415 ToolChain::RuntimeLibType WebAssembly::GetDefaultRuntimeLibType() const { in GetDefaultRuntimeLibType()
420 WebAssembly::GetCXXStdlibType(const ArgList &Args) const { in GetCXXStdlibType()
434 void WebAssembly::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
471 void WebAssembly::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs, in AddClangCXXStdlibIncludeArgs()
488 void WebAssembly::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs()
504 SanitizerMask WebAssembly::getSupportedSanitizers() const { in getSupportedSanitizers()
515 Tool *WebAssembly::buildLinker() const { in buildLinker()
519 void WebAssembly::addLibCxxIncludePaths( in addLibCxxIncludePaths()
543 void WebAssembly::addLibStdCXXIncludePaths( in addLibStdCXXIncludePaths()