Lines Matching refs:WebAssembly

31 std::string WebAssembly::getMultiarchTriple(const Driver &D,  in getMultiarchTriple()
214 WebAssembly::WebAssembly(const Driver &D, const llvm::Triple &Triple, in WebAssembly() function in WebAssembly
243 const char *WebAssembly::getDefaultLinker() const { in getDefaultLinker()
249 bool WebAssembly::IsMathErrnoDefault() const { return false; } in IsMathErrnoDefault()
251 bool WebAssembly::IsObjCNonFragileABIDefault() const { return true; } in IsObjCNonFragileABIDefault()
253 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch()
255 bool WebAssembly::isPICDefault() const { return false; } in isPICDefault()
257 bool WebAssembly::isPIEDefault(const llvm::opt::ArgList &Args) const { in isPIEDefault()
261 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced()
263 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime()
266 bool WebAssembly::SupportsProfiling() const { return false; } in SupportsProfiling()
268 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
270 void WebAssembly::addClangTargetOptions(const ArgList &DriverArgs, in addClangTargetOptions()
451 ToolChain::RuntimeLibType WebAssembly::GetDefaultRuntimeLibType() const { in GetDefaultRuntimeLibType()
456 WebAssembly::GetCXXStdlibType(const ArgList &Args) const { in GetCXXStdlibType()
470 void WebAssembly::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
507 void WebAssembly::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs, in AddClangCXXStdlibIncludeArgs()
524 void WebAssembly::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs()
540 SanitizerMask WebAssembly::getSupportedSanitizers() const { in getSupportedSanitizers()
551 Tool *WebAssembly::buildLinker() const { in buildLinker()
555 void WebAssembly::addLibCxxIncludePaths( in addLibCxxIncludePaths()
579 void WebAssembly::addLibStdCXXIncludePaths( in addLibStdCXXIncludePaths()